summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/fcntl.h')
-rw-r--r--include/asm-alpha/fcntl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-alpha/fcntl.h b/include/asm-alpha/fcntl.h
index 0c4a08e30..314e3addb 100644
--- a/include/asm-alpha/fcntl.h
+++ b/include/asm-alpha/fcntl.h
@@ -63,4 +63,8 @@ struct flock {
__kernel_pid_t l_pid;
};
+#ifdef __KERNEL__
+#define flock64 flock
+#endif
+
#endif