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-Url: https://git.stricted.de/?a=commitdiff_plain;h=01bf466e1866feeb7fce0319cbafe0166e29f5e4;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 43aef9b230f..25610205c90 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -27,6 +27,10 @@ #define BLOCK_SIZE_BITS 10 #define BLOCK_SIZE (1<