Update process_execute function comment to reflect new function arguments
This commit is contained in:
@@ -49,8 +49,8 @@ struct process_start_data
|
|||||||
static thread_func start_process NO_RETURN;
|
static thread_func start_process NO_RETURN;
|
||||||
static bool load (const char *cmdline, void (**eip) (void), void **esp);
|
static bool load (const char *cmdline, void (**eip) (void), void **esp);
|
||||||
|
|
||||||
/* Starts a new thread running a user program loaded from
|
/* Starts a new thread running a user program executed via
|
||||||
FILENAME. The new thread may be scheduled (and may even exit)
|
CMD. The new thread may be scheduled (and may even exit)
|
||||||
before process_execute() returns. Returns the new process's
|
before process_execute() returns. Returns the new process's
|
||||||
thread id, or TID_ERROR if the thread cannot be created. */
|
thread id, or TID_ERROR if the thread cannot be created. */
|
||||||
tid_t
|
tid_t
|
||||||
|
|||||||
Reference in New Issue
Block a user