diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man2/wait.2 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man2/wait.2')
| -rw-r--r-- | man2/wait.2 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/wait.2 b/man2/wait.2 index e2ab3192e8..67db0df9d8 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -46,7 +46,7 @@ .\" Much other text rewritten .\" 2005-05-10, mtk, __W* flags can't be used with waitid() .\" -.TH WAIT 2 2004-11-11 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2007-07-26 "Linux" "Linux Programmer's Manual" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS @@ -60,6 +60,14 @@ wait, waitpid, waitid \- wait for process to change state .br .BI "int waitid(idtype_t " idtype ", id_t " id \ ", siginfo_t *" infop ", int " options ); +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.BR waitid (): +_SVID_SOURCE || _XOPEN_SOURCE .SH DESCRIPTION All of these system calls are used to wait for state changes in a child of the calling process, and obtain information |
