about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
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/unix/sysv/linux/i386
parent739177245b8b1607177b89906e876a171d6e868f (diff)
downloadglibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.gz
glibc-155f2e362b3d95dffc744be6cc622ef507a9f379.tar.xz
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/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bp-thunks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bp-thunks.h b/sysdeps/unix/sysv/linux/i386/bp-thunks.h
new file mode 100644
index 0000000000..d46ea8f278
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/i386/bp-thunks.h
@@ -0,0 +1,3 @@
+#include <sysdeps/generic/bp-thunks.h>
+
+#include <sys/vm86.h>