diff options
Diffstat (limited to 'user')
| -rw-r--r-- | user/sh.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -52,6 +52,7 @@ struct backcmd {  int fork1(void);  // Fork but panics on failure.  void panic(char*);  struct cmd *parsecmd(char*); +void runcmd(struct cmd*) __attribute__((noreturn));  // Execute cmd.  Never returns.  void | 
