CE add rm command, implement remove () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m51s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m51s
This commit is contained in:
@@ -22,5 +22,6 @@
|
||||
#define ST_NOT_DRV 18
|
||||
#define ST_PARTITION_ERROR 19
|
||||
#define ST_CREATE_DIR_ERROR 20
|
||||
#define ST_REMOVE_ERROR 21
|
||||
|
||||
#endif // _M_STATUS_H
|
||||
|
||||
@@ -28,5 +28,6 @@
|
||||
#define SYS_WAIT_FOR_PID 25
|
||||
#define SYS_KILL 26
|
||||
#define SYS_CREATE_DIR 27
|
||||
#define SYS_REMOVE 28
|
||||
|
||||
#endif // _M_SYSCALL_DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user