git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix file system racing and ext2 directory insertion (#58)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
lunaix
/
syscall.h
1
#ifndef __LUNAIX_OSDEPS_SYSCALL_H
2
#define __LUNAIX_OSDEPS_SYSCALL_H
3
4
#include <lunaix/syscallid.h>
5
6
extern unsigned long
7
do_lunaix_syscall(unsigned long call_id, ...);
8
9
#endif /* __LUNAIX_OSDEPS_SYSCALL_H */