index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
getlogin.c
blob: 04355db1472e654fcc5b173a4b9ef6e3c3d91366 (
plain
)
1
2
3
4
5
6
7
#include <syscall.h> char *getlogin(void) { // TODO return 0; }