about summary refs log tree commit diff
path: root/misc/tst-pselect.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build warnings in some test casesSiddhesh Poyarekar2013-02-181-0/+1
| | | | Include stdlib.h to get declaration of exit(3)
* * misc/tst-pselect.c (do_test): Fix sigblock argument.Ulrich Drepper2006-12-141-1/+1
|
* * misc/tst-pselect.c (do_test): Make sure the helper process isUlrich Drepper2006-12-141-6/+13
| | | | terminating when the test is aborted.
* * misc/tst-pselect.c: Include <unistd.h>.Roland McGrath2006-01-211-0/+1
| | | | | | * time/time.h [__need_timespec et al]: Include <bits/types.h> here too. * stdlib/fpioconst.c: Fix whitespace typo.
* * sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actualUlrich Drepper2006-01-211-0/+120
| | | | | | | | | | | | | | | system call code to be redefined in macro CALL_PSELECT6. * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc] (sysdep_routines): Add call_pselect6. * sysdeps/unix/sysv/linux/i386/call_pselect6.c: New file. * sysdeps/unix/sysv/linux/i386/pselect.c: New file. * misc/Makefile (tests): Add tst-pselect. * misc/tst-pselect.c: New file. * sysdeps/unix/sysv/linux/pselect.c: Fix typo in declaration. * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Cast k_dev value to unsigned int to match kernel.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-128/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+128