From: Arjun Shankar Date: Wed, 29 Jun 2022 22:37:34 +0000 (+0200) Subject: linux: Remove unnecessary nice.c and signal.c X-Git-Tag: glibc-2.36~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4e368a418e12ba67cd4fb026c8b8f2dd605497;p=thirdparty%2Fglibc.git linux: Remove unnecessary nice.c and signal.c These files simply include the sysdeps/posix implementations which would be used even in the absence of the files. They have been unnecessary since 7b17aeda0c5e when nice and signal were removed from the syscalls.list file. Reviewed-by: Adhemerval Zanella --- diff --git a/sysdeps/unix/sysv/linux/nice.c b/sysdeps/unix/sysv/linux/nice.c deleted file mode 100644 index 3bcbb1e89ae..00000000000 --- a/sysdeps/unix/sysv/linux/nice.c +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/sysdeps/unix/sysv/linux/signal.c b/sysdeps/unix/sysv/linux/signal.c deleted file mode 100644 index bc4e4e84479..00000000000 --- a/sysdeps/unix/sysv/linux/signal.c +++ /dev/null @@ -1,3 +0,0 @@ -/* We need this file since otherwise `signal' would be handled as a - system call. */ -#include