aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/fcntl.h')
-rw-r--r--include/asm-m32r/fcntl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-m32r/fcntl.h b/include/asm-m32r/fcntl.h
index ff3a0849bb85..90f71735fa9a 100644
--- a/include/asm-m32r/fcntl.h
+++ b/include/asm-m32r/fcntl.h
@@ -1,22 +1,10 @@
1#ifndef _ASM_M32R_FCNTL_H 1#ifndef _ASM_M32R_FCNTL_H
2#define _ASM_M32R_FCNTL_H 2#define _ASM_M32R_FCNTL_H
3 3
4/* $Id$ */
5
6/* orig : i386 2.4.18 */
7
8#define F_GETLK64 12 /* using 'struct flock64' */ 4#define F_GETLK64 12 /* using 'struct flock64' */
9#define F_SETLK64 13 5#define F_SETLK64 13
10#define F_SETLKW64 14 6#define F_SETLKW64 14
11 7
12struct flock {
13 short l_type;
14 short l_whence;
15 off_t l_start;
16 off_t l_len;
17 pid_t l_pid;
18};
19
20struct flock64 { 8struct flock64 {
21 short l_type; 9 short l_type;
22 short l_whence; 10 short l_whence;