aboutsummaryrefslogtreecommitdiff
path: root/include/asm-parisc/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/fcntl.h')
-rw-r--r--include/asm-parisc/fcntl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-parisc/fcntl.h b/include/asm-parisc/fcntl.h
index eadda003c20..317851fa78f 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