index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nonstd
/
_syscall.h
blob: 7551842e175aacc08795698b0f115d0713f770d8 (
plain
)
1
2
3
4
5
static long __syscall_lookup(const char *name) { (void)name; return 0; }