about summary refs log tree commit diff
path: root/sysdeps/unix/s-proto-bp.S
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/s-proto-bp.S
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/s-proto-bp.S')
-rw-r--r--sysdeps/unix/s-proto-bp.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/s-proto-bp.S b/sysdeps/unix/s-proto-bp.S
new file mode 100644
index 0000000000..ba0363e16f
--- /dev/null
+++ b/sysdeps/unix/s-proto-bp.S
@@ -0,0 +1,4 @@
+/* This file exists just to have its dependencies determined.
+   Those dependencies are then used for the bp thunk objects.  */
+
+#include <bp-thunks.h>