From: Michael Kerrisk Date: Tue, 22 Sep 2020 08:38:42 +0000 (+0200) Subject: system_data_types.7: Add 'id_t' X-Git-Tag: man-pages-5.09~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e48bd40faacfc31314b53fe5ba3174149b78ba;p=thirdparty%2Fman-pages.git system_data_types.7: Add 'id_t' Signed-off-by: Michael Kerrisk --- diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 46a3104048..b026541b06 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -146,6 +146,28 @@ See also: .BR getresgid (2), .BR getgrnam (2), .BR credentials (7) +.\"------------------------------------- id_t -------------------------/ +.TP +.I id_t +.IP +Include: +.IR ; +or +.IR . +.IP +A type used to hold a general identifier. +According to POSIX, +this shall be an integer type that can be used to contain a +.IR pid_ t , +.IR uid_ t , +or +.IR gid_ t . +.IP +Conforming to: POSIX.1-2001 and later. +.IP +See also: +.BR getpriority (2), +.BR waitid (2) .\"------------------------------------- pid_t ------------------------/ .TP .I pid_t