diff options
Diffstat (limited to 'include/asm-x86_64/fcntl.h')
-rw-r--r-- | include/asm-x86_64/fcntl.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-x86_64/fcntl.h b/include/asm-x86_64/fcntl.h index c7b09ea97d36..46ab12db5739 100644 --- a/include/asm-x86_64/fcntl.h +++ b/include/asm-x86_64/fcntl.h | |||
@@ -1,14 +1 @@ | |||
1 | #ifndef _X86_64_FCNTL_H | ||
2 | #define _X86_64_FCNTL_H | ||
3 | |||
4 | struct flock { | ||
5 | short l_type; | ||
6 | short l_whence; | ||
7 | off_t l_start; | ||
8 | off_t l_len; | ||
9 | pid_t l_pid; | ||
10 | }; | ||
11 | |||
12 | #include <asm-generic/fcntl.h> | #include <asm-generic/fcntl.h> | |
13 | |||
14 | #endif /* !_X86_64_FCNTL_H */ | ||