Last change
on this file since 447 was
444,
checked in by satin@…, 7 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
424 bytes
|
Rev | Line | |
---|
[410] | 1 | #ifndef _SHARED_SYSCALLS_H_ |
---|
| 2 | #define _SHARED_SYSCALLS_H_ |
---|
| 3 | |
---|
| 4 | |
---|
[444] | 5 | #include <syscalls_numbers.h> |
---|
[410] | 6 | |
---|
| 7 | |
---|
[444] | 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> |
---|
[410] | 19 | |
---|
| 20 | |
---|
[444] | 21 | #endif |
---|
[410] | 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.