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