svn commit: trunk/uClibc/libc/misc/wordexp

aldot at uclibc.org aldot at uclibc.org
Thu Sep 18 12:03:40 UTC 2008


Author: aldot
Date: 2008-09-18 05:03:40 -0700 (Thu, 18 Sep 2008)
New Revision: 23426

Log:
- exec_comm_child can not return ever


Modified:
   trunk/uClibc/libc/misc/wordexp/wordexp.c


Changeset:
Modified: trunk/uClibc/libc/misc/wordexp/wordexp.c
===================================================================
--- trunk/uClibc/libc/misc/wordexp/wordexp.c	2008-09-18 11:08:27 UTC (rev 23425)
+++ trunk/uClibc/libc/misc/wordexp/wordexp.c	2008-09-18 12:03:40 UTC (rev 23426)
@@ -784,7 +784,7 @@
 }
 
 /* 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 };




More information about the uClibc-cvs mailing list