about summary refs log tree commit diff
path: root/inet/bug-if1.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2004-06-291-22/+2
| | | | * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
* * inet/bug-if1.c: Include <string.h>.Roland McGrath2004-06-291-0/+1
| | | | | | | | | | | | | | | | 2004-06-19 Roland McGrath <roland@redhat.com> * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function under this macro name instead. [NO_DO_WAITID]: Don't define it at all. (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are defined, then return ENOTSUP for combinations of selection bits other than WEXITED and WEXITED|WSTOPPED, which this version cannot support. * posix/tst-waitid.c: New file. * posix/Makefile (tests): Add it. 2004-06-28 Jakub Jelinek <jakub@redhat.com>
* Update.Ulrich Drepper2004-06-181-0/+73
2004-06-18 Ulrich Drepper <drepper@redhat.com> * inet/bug-if1.c: New file. * inet/Makefile (tests): Add bug-if1.