aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/bp-thunks.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-01-15 22:10:10 +0000
committerAndreas Schwab <schwab@suse.de>2003-01-15 22:10:10 +0000
commit155f2e362b3d95dffc744be6cc622ef507a9f379 (patch)
tree9a0a1966ca3d3bc1bc79c598fe663f8899181fd7 /sysdeps/generic/bp-thunks.h
parent739177245b8b1607177b89906e876a171d6e868f (diff)
downloadglibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar
glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.gz
glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.bz2
glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.zip
* sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
(common-generated): Add s-proto-bp.d. * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies of bp thunks. * sysdeps/unix/s-proto-bp.S: New file. * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here. Use <io/sys/sendfile.h> instead of <sys/sendfile.h>. * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
Diffstat (limited to 'sysdeps/generic/bp-thunks.h')
-rw-r--r--sysdeps/generic/bp-thunks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/generic/bp-thunks.h b/sysdeps/generic/bp-thunks.h
index fa5b71fe0e..5d2e40d914 100644
--- a/sysdeps/generic/bp-thunks.h
+++ b/sysdeps/generic/bp-thunks.h
@@ -51,7 +51,7 @@
#include <sys/quota.h>
#include <sys/resource.h>
#include <sys/select.h>
-#include <sys/sendfile.h>
+#include <io/sys/sendfile.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/statfs.h>
@@ -61,7 +61,6 @@
#include <sys/times.h>
#include <sys/timex.h>
#include <sys/utsname.h>
-#include <sys/vm86.h>
#include <sys/wait.h>
#endif /* _bpthunks_h_ */