summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-20 15:50:15 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-20 15:50:15 +0000
commit813e69352adbe688df170eb712406cc4e9265580 (patch)
tree567907b74f14fafe66133d52eda3a7402718928f /sysdeps
parent089d0bcd7f43ad3b4714661c42e41d7562246209 (diff)
Don't allow use with _FILE_OFFSET_BITS=64.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sys/sendfile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h
index 8008101b74..3b2ad2b6ef 100644
--- a/sysdeps/unix/sysv/linux/sys/sendfile.h
+++ b/sysdeps/unix/sysv/linux/sys/sendfile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,10 @@
#include <features.h>
#include <sys/types.h>
+#ifdef __USE_FILE_OFFSET64
+# error "<sendfile.h> cannot be used with _FILE_OFFSET_BITS=64"
+#endif
+
__BEGIN_DECLS
/* Send COUNT bytes from file associated with IN_FD starting at OFFSET to