diff options
Diffstat (limited to 'include/asm-h8300/fcntl.h')
-rw-r--r-- | include/asm-h8300/fcntl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-h8300/fcntl.h b/include/asm-h8300/fcntl.h index 805aaa09c717..8caeb05e84df 100644 --- a/include/asm-h8300/fcntl.h +++ b/include/asm-h8300/fcntl.h | |||
@@ -10,14 +10,6 @@ | |||
10 | #define F_SETLK64 13 | 10 | #define F_SETLK64 13 |
11 | #define F_SETLKW64 14 | 11 | #define F_SETLKW64 14 |
12 | 12 | ||
13 | struct flock { | ||
14 | short l_type; | ||
15 | short l_whence; | ||
16 | off_t l_start; | ||
17 | off_t l_len; | ||
18 | pid_t l_pid; | ||
19 | }; | ||
20 | |||
21 | struct flock64 { | 13 | struct flock64 { |
22 | short l_type; | 14 | short l_type; |
23 | short l_whence; | 15 | short l_whence; |