Commit 3a35ee02 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR libfortran/31299 (Use getpwuid(geteuid()) instead of getlogin() for GETLOG())

	PR libfortran/31299
	* intrinsic.texi (GETLOG): Update documentation to reflect
	library changes.

From-SVN: r124144
parent 6422c112
2007-04-25 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/31299
* intrinsic.texi (GETLOG): Update documentation to reflect
library changes.
2007-04-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-04-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31587 PR fortran/31587
......
...@@ -4401,8 +4401,9 @@ Subroutine ...@@ -4401,8 +4401,9 @@ Subroutine
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
Stores the current user name in @var{LOGIN}. (On systems where Stores the current user name in @var{LOGIN}. (On systems where POSIX
the @code{getlogin(3)} function is not implemented, this will functions @code{geteuid} and @code{getpwuid} are not available, and
the @code{getlogin} function is not implemented either, this will
return a blank string.) return a blank string.)
@item @emph{Example}: @item @emph{Example}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment