mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
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
This commit is contained in:
parent
6422c11230
commit
3a35ee02c8
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
PR fortran/31587
|
||||
|
@ -4401,8 +4401,9 @@ Subroutine
|
||||
@end multitable
|
||||
|
||||
@item @emph{Return value}:
|
||||
Stores the current user name in @var{LOGIN}. (On systems where
|
||||
the @code{getlogin(3)} function is not implemented, this will
|
||||
Stores the current user name in @var{LOGIN}. (On systems where POSIX
|
||||
functions @code{geteuid} and @code{getpwuid} are not available, and
|
||||
the @code{getlogin} function is not implemented either, this will
|
||||
return a blank string.)
|
||||
|
||||
@item @emph{Example}:
|
||||
|
Loading…
x
Reference in New Issue
Block a user