diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-20 14:04:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-20 14:04:30 +0000 |
commit | c52248e41ce50bd3fa684d19b2bce4320267dc44 (patch) | |
tree | 6c53a42b343804fc1a6ccbc6a3f00fa2e878f14f /include | |
parent | 3c96d0258c4f3321a8fef850587f55ff56032860 (diff) | |
download | busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.tar.gz busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.tar.bz2 busybox-w32-c52248e41ce50bd3fa684d19b2bce4320267dc44.zip |
small NOMMU fixes
Diffstat (limited to 'include')
-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 19b3bba5f..9f208b390 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -732,7 +732,7 @@ enum { | |||
732 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) | 732 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) |
733 | #else | 733 | #else |
734 | void re_exec(char **argv) ATTRIBUTE_NORETURN; | 734 | void re_exec(char **argv) ATTRIBUTE_NORETURN; |
735 | void forkexit_or_rexec(char **argv) ATTRIBUTE_NORETURN; | 735 | void forkexit_or_rexec(char **argv); |
736 | extern bool re_execed; | 736 | extern bool re_execed; |
737 | int BUG_fork_is_unavailable_on_nommu(void); | 737 | int BUG_fork_is_unavailable_on_nommu(void); |
738 | int BUG_daemon_is_unavailable_on_nommu(void); | 738 | int BUG_daemon_is_unavailable_on_nommu(void); |