X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/45e1f8b055043e54be35462852ab6649d634da7c..2a49908006b177c4d6354309333d06b1b96e4887:/lunaix-os/usr/libc/includes/lunaix/lunaix.h diff --git a/lunaix-os/usr/libc/includes/lunaix/lunaix.h b/lunaix-os/usr/libc/includes/lunaix/lunaix.h new file mode 100644 index 0000000..172056c --- /dev/null +++ b/lunaix-os/usr/libc/includes/lunaix/lunaix.h @@ -0,0 +1,21 @@ +#ifndef __LUNAIX_SYS_LUNAIX_H +#define __LUNAIX_SYS_LUNAIX_H + +#include + +void +yield(); + +pid_t +wait(int* status); + +pid_t +waitpid(pid_t pid, int* status, int flags); + +void +syslog(int level, const char* fmt, ...); + +int +realpathat(int fd, char* buf, size_t size); + +#endif /* __LUNAIX_LUNAIX_H */