Add rand() syscall
This commit is contained in:
@ -9,5 +9,6 @@
|
||||
#define SYS_MMAN_UNMAP 6
|
||||
#define SYS_SCHEDRELEASE 7
|
||||
#define SYS_DEVCTL 8
|
||||
#define SYS_RAND 9
|
||||
|
||||
#endif // SHARE_HDRS_SYSCALL_H_
|
||||
|
||||
Reference in New Issue
Block a user