git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
65004361cfb9ccfc7f3cdb0d49c32bee3f65ebc6
[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
#include <stddef.h>
6
7
void
8
yield();
9
10
void
11
syslog(int level, const char* fmt, ...);
12
13
int
14
realpathat(int fd, char* buf, size_t size);
15
16
#endif /* __LUNALIBC_LUNAIX_H */