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 dependency check logic cause config always disabled
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
sys
/
lunaix.h
1
#ifndef __LUNALIBC_SYS_LUNAIX_H
2
#define __LUNALIBC_SYS_LUNAIX_H
3
4
#include <sys/types.h>
5
6
void
7
yield();
8
9
void
10
syslog(int level, const char* fmt, ...);
11
12
int
13
realpathat(int fd, char* buf, size_t size);
14
15
#endif /* __LUNALIBC_LUNAIX_H */