diff options
Diffstat (limited to 'include/asm-sh/fcntl.h')
-rw-r--r-- | include/asm-sh/fcntl.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asm-sh/fcntl.h b/include/asm-sh/fcntl.h index c481bab8ba17..46ab12db5739 100644 --- a/include/asm-sh/fcntl.h +++ b/include/asm-sh/fcntl.h | |||
@@ -1,19 +1 @@ | |||
1 | #ifndef __ASM_SH_FCNTL_H | ||
2 | #define __ASM_SH_FCNTL_H | ||
3 | |||
4 | #define F_GETLK64 12 /* using 'struct flock64' */ | ||
5 | #define F_SETLK64 13 | ||
6 | #define F_SETLKW64 14 | ||
7 | |||
8 | struct flock64 { | ||
9 | short l_type; | ||
10 | short l_whence; | ||
11 | loff_t l_start; | ||
12 | loff_t l_len; | ||
13 | pid_t l_pid; | ||
14 | }; | ||
15 | |||
16 | #include <asm-generic/fcntl.h> | #include <asm-generic/fcntl.h> | |
17 | |||
18 | #endif /* __ASM_SH_FCNTL_H */ | ||
19 | |||