mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
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 7b17aeda0c
when nice and signal were removed from the
syscalls.list file.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
d55df811e9
commit
2c4e368a41
@ -1 +0,0 @@
|
||||
#include <sysdeps/posix/nice.c>
|
@ -1,3 +0,0 @@
|
||||
/* We need this file since otherwise `signal' would be handled as a
|
||||
system call. */
|
||||
#include <sysdeps/posix/signal.c>
|
Loading…
Reference in New Issue
Block a user