]> git.ipfire.org Git - thirdparty/glibc.git/commit
linux: Remove unnecessary nice.c and signal.c
authorArjun Shankar <arjun@redhat.com>
Wed, 29 Jun 2022 22:37:34 +0000 (00:37 +0200)
committerArjun Shankar <arjun@redhat.com>
Wed, 29 Jun 2022 22:37:34 +0000 (00:37 +0200)
commit2c4e368a418e12ba67cd4fb026c8b8f2dd605497
treec2a7608996cbeb33ba98593c523b0c1077b00bd0
parentd55df811e95e6da6af4e414c3eef64546f8b4a2c
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 <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/nice.c [deleted file]
sysdeps/unix/sysv/linux/signal.c [deleted file]