Break ioctl() up into smaller syscalls
This commit is contained in:
@ -24,6 +24,13 @@
|
||||
#define SYS_PROC_ARGV 23
|
||||
#define SYS_PROC_LISTSIZE 24
|
||||
#define SYS_PROC_STAT 25
|
||||
#define SYS_FS_OPENF 26
|
||||
#define SYS_FS_CLOSEF 27
|
||||
#define SYS_FS_READ 28
|
||||
#define SYS_FS_STAT 29
|
||||
#define SYS_FS_WRITE 30
|
||||
#define SYS_FS_FETCHDIRENT 31
|
||||
#define SYS_FS_MKDIR 32
|
||||
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user