diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 5f2309a25..e4be35d48 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -492,7 +492,7 @@ extern int my_query_module(const char *name, int which, void **buf, size_t *bufs extern void print_login_issue(const char *issue_file, const char *tty); extern void print_login_prompt(void); -#if defined(__uClinux__) +#ifdef BB_NOMMU extern void vfork_daemon_rexec(int nochdir, int noclose, int argc, char **argv, char *foreground_opt); #endif |