about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sigreturn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sigreturn.c')
-rw-r--r--sysdeps/unix/sysv/linux/sigreturn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sigreturn.c b/sysdeps/unix/sysv/linux/sigreturn.c
deleted file mode 100644
index 626b1eb8af..0000000000
--- a/sysdeps/unix/sysv/linux/sigreturn.c
+++ /dev/null
@@ -1,3 +0,0 @@
-/* The sigreturn syscall cannot be explicitly called on Linux, only
-   implicitly by returning from a signal handler.  */
-#include <signal/sigreturn.c>