aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/fcntl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-ppc/fcntl.h b/include/asm-ppc/fcntl.h
index 8549c0332c98..4480f21bfdea 100644
--- a/include/asm-ppc/fcntl.h
+++ b/include/asm-ppc/fcntl.h
@@ -10,17 +10,7 @@
10#define F_GETLK64 12 /* using 'struct flock64' */ 10#define F_GETLK64 12 /* using 'struct flock64' */
11#define F_SETLK64 13 11#define F_SETLK64 13
12#define F_SETLKW64 14 12#define F_SETLKW64 14
13#endif
14
15struct flock {
16 short l_type;
17 short l_whence;
18 off_t l_start;
19 off_t l_len;
20 pid_t l_pid;
21};
22 13
23#ifndef __powerpc64__
24struct flock64 { 14struct flock64 {
25 short l_type; 15 short l_type;
26 short l_whence; 16 short l_whence;