aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/fcntl.h')
-rw-r--r--include/asm-arm/fcntl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/fcntl.h b/include/asm-arm/fcntl.h
index 6337df23831f..1816a6ac6f10 100644
--- a/include/asm-arm/fcntl.h
+++ b/include/asm-arm/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
13struct 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
21struct flock64 { 13struct flock64 {
22 short l_type; 14 short l_type;
23 short l_whence; 15 short l_whence;