aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-12-04 21:46:59 -0600
committerRob Landley <rob@landley.net>2014-12-04 21:46:59 -0600
commit50fc9ed007b084883fb09c64866c45c571e70a99 (patch)
treee74fcf5c070a01666382e077394f62687af69dd1 /lib/lib.h
parent2fb85a3588bf2271e0506c5ab3bcb6a84bf77255 (diff)
downloadtoybox-50fc9ed007b084883fb09c64866c45c571e70a99.tar.gz
Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define).
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 07555396..a51ae077 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -93,7 +93,6 @@ void xprintf(char *format, ...);
void xputs(char *s);
void xputc(char c);
void xflush(void);
-pid_t xfork(void);
void xexec_optargs(int skip);
void xexec(char **argv);
pid_t xpopen_both(char **argv, int *pipes);