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
/
gethostid.c
blob: e3079534c229d029f400ef864e47a66cfbc252d3 (
plain
)
1
2
3
4
5
6
7
#include <syscall.h> long gethostid(void) { // TODO return 0; }