]> git.ipfire.org Git - thirdparty/man-pages.git/commit
fgetpwent.3: ATTRIBUTES: Note function that is not thread-safe
authorZeng Linggang <zenglg.jy@cn.fujitsu.com>
Mon, 24 Aug 2015 10:19:52 +0000 (18:19 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2015 10:06:08 +0000 (12:06 +0200)
commit1ec27c36ff06b4460e1fe83e60217ad7eb2f4f3d
treec77882f90f5ddb358318247842bebdf37bab6a97
parent098cd28bbf225517fd751aa96675bb607ca2b820
fgetpwent.3: ATTRIBUTES: Note function that is not thread-safe

The marking matches glibc marking.
marking of function in glibc is:
- fgetgrent: MT-Unsafe race:fpwent

ps: We think race:fpwent in glibc maybe hard for users to understand,
and have sent a patch to the GNU libc community for changing it to
race:fgetpwent, however, something about the copyright impeded the progress.
Here we mark it "race:fgetpwent", so there is a little different.

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fgetpwent.3