about summary refs log tree commit diff
path: root/manual/sysinfo.texi
diff options
context:
space:
mode:
authorMa Shimiao <mashimiao.fnst@cn.fujitsu.com>2014-11-21 02:45:02 -0200
committerAlexandre Oliva <aoliva@redhat.com>2014-11-21 02:45:02 -0200
commit81959214868c9ac9e425fbf0fa3fd9135e207f7e (patch)
tree6f99f164ada47f80e7325ae3f6388eeec1fc5958 /manual/sysinfo.texi
parent7729e0e91afbf8d45bb322d7e2d53f417fab01ed (diff)
downloadglibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.tar.gz
glibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.tar.xz
glibc-81959214868c9ac9e425fbf0fa3fd9135e207f7e.zip
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 'manual/sysinfo.texi')
-rw-r--r--manual/sysinfo.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 1c9f51b1b5..e6c44d6366 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -790,7 +790,7 @@ end of file reached,
 @comment mntent.h
 @comment BSD
 @deftypefun int addmntent (FILE *@var{stream}, const struct mntent *@var{mnt})
-@safety{@prelim{}@mtunsafe{@mtasurace{:stream} @mtslocale{}}@asunsafe{@asucorrupt{}}@acunsafe{@acucorrupt{}}}
+@safety{@prelim{}@mtsafe{@mtsrace{:stream} @mtslocale{}}@asunsafe{@asucorrupt{}}@acunsafe{@acucorrupt{}}}
 @c addmntent @mtasurace:stream @mtslocale @asucorrupt @acucorrupt
 @c  fseek dup @asucorrupt @acucorrupt [no @aculock]
 @c  encode_name ok