retire PUBLIC, PRIVATE and FORWARD
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "syslib.h"
|
||||
|
||||
PUBLIC int sys_fork(parent, child, child_endpoint, map_ptr, flags, msgaddr)
|
||||
int sys_fork(parent, child, child_endpoint, map_ptr, flags, msgaddr)
|
||||
endpoint_t parent; /* process doing the fork */
|
||||
endpoint_t child; /* which proc has been created by the fork */
|
||||
endpoint_t *child_endpoint;
|
||||
|
||||
Reference in New Issue
Block a user