gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / getpwuid.texi
index fc0112f..5f8308d 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{getpwuid}
 @findex getpwuid
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/getpwuid.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwuid.html}
 
 Gnulib module: ---
 
@@ -13,6 +13,10 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+This function is unsafe to call between @code{fork} and @code{exec} if
+the parent process is multi-threaded.  Instead, use @code{getpwuid_r}
+prior to forking.
+@item
 This function is missing on some platforms:
-mingw.
+mingw, MSVC 9.
 @end itemize