diff options
author | Rob Landley <rob@landley.net> | 2015-02-07 16:23:59 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-02-07 16:23:59 -0600 |
commit | fb4ae952a6d75ae74a84fc2599f58c3c5398af8b (patch) | |
tree | 311b021ab43f41796a59ed54ca6cb4261bbc2385 /lib/lib.h | |
parent | d57c23b2f33eb39cd4221b82ff6901a6e2a1ef2b (diff) | |
download | toybox-fb4ae952a6d75ae74a84fc2599f58c3c5398af8b.tar.gz |
Remove xexec_optargs().
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -93,7 +93,6 @@ void xprintf(char *format, ...); void xputs(char *s); void xputc(char c); void xflush(void); -void xexec_optargs(int skip); void xexec(char **argv); pid_t xpopen_both(char **argv, int *pipes); int xpclose_both(pid_t pid, int *pipes); |