source: trunk/kernel/syscalls/shared_syscalls.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 424 bytes
Line 
1#ifndef _SHARED_SYSCALLS_H_
2#define _SHARED_SYSCALLS_H_
3
4
5#include <syscalls_numbers.h>
6
7
8#include <almos-mkh/almos-mkh.h>
9#include <almos-mkh/dirent.h>
10#include <almos-mkh/fcntl.h>
11#include <almos-mkh/mman.h>
12#include <almos-mkh/pthread.h>
13#include <almos-mkh/signal.h>
14#include <almos-mkh/stat.h>
15#include <almos-mkh/stdio.h>
16#include <almos-mkh/stdlib.h>
17#include <almos-mkh/time.h>
18#include <almos-mkh/wait.h>
19
20
21#endif
22
Note: See TracBrowser for help on using the repository browser.