diff options
Diffstat (limited to 'include/asm-alpha/fcntl.h')
-rw-r--r-- | include/asm-alpha/fcntl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-alpha/fcntl.h b/include/asm-alpha/fcntl.h index e2aacbbe38bc..87f2cf459e26 100644 --- a/include/asm-alpha/fcntl.h +++ b/include/asm-alpha/fcntl.h | |||
@@ -37,14 +37,6 @@ | |||
37 | 37 | ||
38 | #define F_INPROGRESS 64 | 38 | #define F_INPROGRESS 64 |
39 | 39 | ||
40 | struct flock { | ||
41 | short l_type; | ||
42 | short l_whence; | ||
43 | __kernel_off_t l_start; | ||
44 | __kernel_off_t l_len; | ||
45 | __kernel_pid_t l_pid; | ||
46 | }; | ||
47 | |||
48 | #include <asm-generic/fcntl.h> | 40 | #include <asm-generic/fcntl.h> |
49 | 41 | ||
50 | #endif | 42 | #endif |