Removed 'tracing' flag from sys_exec. Logic is now local to PM.
Changed variable names in timers libary. Wrote new comments for timers.h header file with explanation.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
_PROTOTYPE( int _taskcall, (int who, int syscallnr, message *msgptr) );
|
||||
|
||||
_PROTOTYPE( int sys_abort, (int how, ...) );
|
||||
_PROTOTYPE( int sys_exec, (int proc, char *ptr, int traced,
|
||||
_PROTOTYPE( int sys_exec, (int proc, char *ptr,
|
||||
char *aout, vir_bytes initpc) );
|
||||
_PROTOTYPE( int sys_fork, (int parent, int child, int pid) );
|
||||
_PROTOTYPE( int sys_newmap, (int proc, struct mem_map *ptr) );
|
||||
|
||||
Reference in New Issue
Block a user