wait4.2: Soften the warning against the use of wait3()/wait4()

These functions are nonstandard, but there is no replacement.

See https://bugzilla.kernel.org/show_bug.cgi?id=199215

Reported-by: Martin Mares <mj@ucw.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-01 04:59:48 +02:00
parent 6c35ad5db2
commit 218d4d5b2e
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@ Feature Test Macro Requirements for glibc (see
_BSD_SOURCE
.ad
.SH DESCRIPTION
These functions are obsolete; use
These functions are nonstandard; in new programs, the use of
.BR waitpid (2)
or
.BR waitid (2)
in new programs.
is preferable.
.PP
The
.BR wait3 ()