diff options
| -rw-r--r-- | libc/misc/wordexp/wordexp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index 145c24c79..d8b2db16f 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -784,7 +784,7 @@ parse_arith(char **word, size_t * word_length, size_t * max_length,  }  /* Function called by child process in exec_comm() */ -static void +static void attribute_noreturn  exec_comm_child(char *comm, int *fildes, int showerr, int noexec)  {  	const char *args[4] = { _PATH_BSHELL, "-c", comm, NULL };  | 
