glibc/sysdeps/unix/sysv/linux/sigreturn.c

4 lines
161 B
C

/* The sigreturn syscall cannot be explicitly called on Linux, only
implicitly by returning from a signal handler. */
#include <sysdeps/generic/sigreturn.c>