manual: fix addmntent's MT-Safety race annotation
authorMa Shimiao <mashimiao.fnst@cn.fujitsu.com>
Fri, 21 Nov 2014 04:45:02 +0000 (02:45 -0200)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 21 Nov 2014 04:45:02 +0000 (02:45 -0200)
for  ChangeLog

* manual/sysinfo.texi (addmntent): It is actually MT-Safe,
because the potential race is on the user-supplied stream.

ChangeLog
manual/sysinfo.texi

index 96aafaeda0b208ca6bd408a1a35ac8d26cbc4145..4c9c82725277e0141c96945858b3104a46d81579 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 1c9f51b1b5afba8c5a3789f89f52bdd9d4463cbf..e6c44d6366a591d2c3568793e2fec03e228ecd54 100644 (file)
@@ -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