From: David Howells Date: Mon, 10 Jul 2006 11:44:53 +0000 (-0700) Subject: [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers X-Git-Tag: firefly_0821_release~34294 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=01bf466e1866feeb7fce0319cbafe0166e29f5e4;p=firefly-linux-kernel-4.4.55.git [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers Add definitions for SEEK_SET, SEEK_CUR and SEEK_END to the kernel header files. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 43aef9b230fd..25610205c90d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -27,6 +27,10 @@ #define BLOCK_SIZE_BITS 10 #define BLOCK_SIZE (1<