projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kconfig: use pkg-config for ncurses detection
[akaros.git]
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getgrnam.c
1
#include <grp.h>
2
3
struct group *getgrnam(const char *name)
4
{
5
return 0;
6
}
7
stub_warning(getgrnam);