about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/nice.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Remove unnecessary nice.c and signal.cArjun Shankar2022-06-301-1/+0
| | | | | | | | | 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>
* update linux nice.c include path too after recent file shuffleMike Frysinger2012-08-171-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Update.Ulrich Drepper2002-03-021-0/+1
2002-02-28 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/nice.c: New file.