aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/nice.c
AgeCommit message (Collapse)Author
2022-06-30linux: Remove unnecessary nice.c and signal.cArjun Shankar
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>
2012-08-17update linux nice.c include path too after recent file shuffleMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2002-03-02Update.Ulrich Drepper
2002-02-28 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/nice.c: New file.