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:
Arjun Shankar 2022-06-30 00:37:34 +02:00
parent d55df811e9
commit 2c4e368a41
2 changed files with 0 additions and 4 deletions

View file

@ -1 +0,0 @@
#include <sysdeps/posix/nice.c>

View file

@ -1,3 +0,0 @@
/* We need this file since otherwise `signal' would be handled as a
system call. */
#include <sysdeps/posix/signal.c>