projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
switch to using trap number 31 for syscalls on sh
[oweals/musl.git]
/
src
/
unistd
/
getlogin.c
1
#include <unistd.h>
2
#include <stdlib.h>
3
4
char *getlogin(void)
5
{
6
return getenv("LOGNAME");
7
}