Skip to content

Commit

Permalink
do_exit should be wontreturn
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffing committed Jan 7, 2024
1 parent d6ce2fa commit 8f0e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/include/linuxmt/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define structof(p,t,m) ((t *) ((char *) (p) - offsetof (t,m)))

extern void do_exit(int);
extern void do_exit(int) wontreturn;

extern int kill_pg(pid_t,sig_t,int);
extern int kill_sl(void);
Expand Down

0 comments on commit 8f0e516

Please sign in to comment.