summaryrefslogtreecommitdiff
path: root/sysdeps/unix/s-proto-cancel.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-30 00:12:56 +0000
committerRoland McGrath <roland@gnu.org>2002-12-30 00:12:56 +0000
commitc99dac3600301c1cb9d236466e311694a694c023 (patch)
tree93e948946bf0f807b2300d9722aa97b23e35fbfb /sysdeps/unix/s-proto-cancel.S
parent4aeb650e63ca7d7cdb62ce081ba7ddd9b6dfb683 (diff)
* sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
($(common-objpfx)s-%.d): Generalized from $(common-objpfx)s-proto.d rule. (common-generated): Add s-proto-cancel.d. * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for cancellable syscalls. * sysdeps/unix/s-proto-cancel.S: New file.
Diffstat (limited to 'sysdeps/unix/s-proto-cancel.S')
-rw-r--r--sysdeps/unix/s-proto-cancel.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/s-proto-cancel.S b/sysdeps/unix/s-proto-cancel.S
new file mode 100644
index 0000000000..042be3c8df
--- /dev/null
+++ b/sysdeps/unix/s-proto-cancel.S
@@ -0,0 +1,5 @@
+/* This file exists just to have its dependencies determined.
+ Those dependencies are then used for the objects of the cancellable
+ system calls. */
+
+#include <sysdep-cancel.h>