Use vfork()/execvp() instead of system().
[oweals/opkg-lede.git] / libopkg / xsystem.h
index cc1ca2a160696ce7c5689aa23a1e8df276467e2b..3c7a3d2c24dcdc9f2fbb92e975b568a1dfa8fd57 100644 (file)
@@ -28,7 +28,7 @@
    Otherwise, the 8-bit return value of the program ala WEXITSTATUS
    as defined in <sys/wait.h>.
 */
-int xsystem(const char *cmd);
+int xsystem(const char *argv[]);
 
 #endif