diff options
author | Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> | 2014-11-21 02:45:02 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-11-21 02:45:02 -0200 |
commit | 81959214868c9ac9e425fbf0fa3fd9135e207f7e (patch) | |
tree | 6f99f164ada47f80e7325ae3f6388eeec1fc5958 /ChangeLog | |
parent | 7729e0e91afbf8d45bb322d7e2d53f417fab01ed (diff) | |
download | glibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.zip glibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.tar.gz glibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.tar.bz2 |
manual: fix addmntent's MT-Safety race annotation
for ChangeLog
* manual/sysinfo.texi (addmntent): It is actually MT-Safe,
because the potential race is on the user-supplied stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> + + * manual/sysinfo.texi (addmntent): It is actually MT-Safe, + because the potential race is on the user-supplied stream. + 2014-11-21 Alexandre Oliva <aoliva@redhat.com> * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a |