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 @@ -#ifndef _X86_64_FCNTL_H -#define _X86_64_FCNTL_H - -struct flock { - short l_type; - short l_whence; - off_t l_start; - off_t l_len; - pid_t l_pid; -}; - #include <asm-generic/fcntl.h> - -#endif /* !_X86_64_FCNTL_H */ |