diff options
author | Andreas Schwab <schwab@suse.de> | 2003-01-15 22:10:10 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-01-15 22:10:10 +0000 |
commit | 155f2e362b3d95dffc744be6cc622ef507a9f379 (patch) | |
tree | 9a0a1966ca3d3bc1bc79c598fe663f8899181fd7 /sysdeps/unix/make-syscalls.sh | |
parent | 739177245b8b1607177b89906e876a171d6e868f (diff) | |
download | glibc-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/make-syscalls.sh')
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index bbc8d43108..2c384f5e92 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -248,7 +248,7 @@ shared-only-routines += $file # generate makefile envelope & rule head echo "ifeq (,\$(filter $file,\$(bp-thunks)))" echo "bp-thunks += $file" - echo "\$(objpfx)\$(bppfx)$file.ob: \$(common-objpfx)s-proto$cancellable.d" + echo "\$(objpfx)\$(bppfx)$file.ob: \$(common-objpfx)s-proto-bp.d" # generate macro head echo " (echo '#define $callname(`echo $arglist | \ |