From c99dac3600301c1cb9d236466e311694a694c023 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Dec 2002 00:12:56 +0000 Subject: * 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. --- sysdeps/unix/s-proto-cancel.S | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sysdeps/unix/s-proto-cancel.S (limited to 'sysdeps/unix/s-proto-cancel.S') 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 -- cgit v1.2.1