metal-cos/include/unistd.h
2014-08-07 17:58:41 -07:00

9 lines
102 B
C

#ifndef __UNISTD_H__
#define __UNISTD_H__
int syscall(int number, ...);
#endif /* __UNISTD_H__ */