about summary refs log tree commit diff
path: root/posix/tst-nice.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-20 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-201-14/+11
| | | | | | * posix/tst-nice.c (do_test): Use %m formats instead of printing errno in decimal. Don't bail if niced at start. Just check that nice call bumps the total at all.
* Update.Ulrich Drepper2003-03-191-3/+8
| | | | | | | 2003-03-19 Ulrich Drepper <drepper@redhat.com> * posix/tst-nice.c (do_test): Remove invalid of return value. Don't run test if initial level != 0.
* Update.Ulrich Drepper2003-03-191-0/+64
2003-03-19 Amos Waterland <apw@us.ibm.com> * posix/tst-nice.c: New file. * posix/Makefile (tests): Add tst-nice.