Skip to content

Commit

Permalink
sched: prototype for exec() response handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 30, 2024
1 parent 841c77f commit b529413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/kernel/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ int yield(Thread *);
pid_t fork(Thread *);
void exit(Thread *, int);
int execve(Thread *, uint16_t, const char *, const char **, const char **);
int execveHandle(void *);
int execrdv(Thread *, const char *, const char **);
unsigned long msleep(Thread *, unsigned long);

0 comments on commit b529413

Please sign in to comment.