From 531728a58a55ceb4b99fad86011654bd33827b67 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 18 Sep 2008 12:03:40 +0000 Subject: - exec_comm_child can not return ever --- libc/misc/wordexp/wordexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/wordexp') 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 }; -- cgit v1.2.3