aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-06 18:18:00 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 19:57:38 -0400
commit5ac353f9baf7169298ebb7de86b2d697b25bca44 (patch)
tree2591e241e07c96d19db85d418ff6623ec394f984 /include/asm-x86_64
parent1abf62afb6e9cdc1b2618b69067a186b94281587 (diff)
[PATCH] Clean up struct flock definitions
This patch just gathers together all the struct flock definitions except xtensa into asm-generic/fcntl.h. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/fcntl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-x86_64/fcntl.h b/include/asm-x86_64/fcntl.h
index c7b09ea97d36..46ab12db5739 100644
--- a/include/asm-x86_64/fcntl.h
+++ b/include/asm-x86_64/fcntl.h
@@ -1,14 +1 @@
1#ifndef _X86_64_FCNTL_H
2#define _X86_64_FCNTL_H
3
4struct flock {
5 short l_type;
6 short l_whence;
7 off_t l_start;
8 off_t l_len;
9 pid_t l_pid;
10};
11
12#include <asm-generic/fcntl.h> #include <asm-generic/fcntl.h>
13
14#endif /* !_X86_64_FCNTL_H */