mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
(User Information): Note cuserid gone from POSIX.
Prompted by Roland Besserer.
This commit is contained in:
parent
3b698afe02
commit
2afd305b11
1 changed files with 4 additions and 0 deletions
|
@ -1051,6 +1051,10 @@ following shortcut procedures are also available.
|
|||
Return a string containing a user name associated with the
|
||||
effective user id of the process. Return @code{#f} if this
|
||||
information cannot be obtained.
|
||||
|
||||
This function has been removed from the latest POSIX specification,
|
||||
Guile provides it only if the system has it. Using @code{(getpwuid
|
||||
(geteuid))} may be a better idea.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} getlogin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue