* inet/bug-if1.c: Include <string.h>.
authorRoland McGrath <roland@gnu.org>
Tue, 29 Jun 2004 00:33:10 +0000 (00:33 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 29 Jun 2004 00:33:10 +0000 (00:33 +0000)
commite1be0bc5657984906bb6885623d348914e135223
tree15395d7fa4a4bd574e8f46744a01b56609980d1d
parent433006673a9b2ae73803965356db22cc7464e6b9
* inet/bug-if1.c: Include <string.h>.

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>
ChangeLog
inet/bug-if1.c
sysdeps/posix/waitid.c