diff options
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); |