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/generic/bp-thunks.h | |
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/generic/bp-thunks.h')
-rw-r--r-- | sysdeps/generic/bp-thunks.h | 3 |
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_ */ |