diff options
Diffstat (limited to 'include/asm-parisc/fcntl.h')
-rw-r--r-- | include/asm-parisc/fcntl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-parisc/fcntl.h b/include/asm-parisc/fcntl.h index eadda00..317851f 100644 --- a/include/asm-parisc/fcntl.h +++ b/include/asm-parisc/fcntl.h @@ -33,14 +33,6 @@ #define F_WRLCK 02 #define F_UNLCK 03 -struct flock64 { - short l_type; - short l_whence; - loff_t l_start; - loff_t l_len; - pid_t l_pid; -}; - #include <asm-generic/fcntl.h> #endif |