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 f5f8e1635..4d6193795 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1227,7 +1227,7 @@ void FAST_FUNC update_utmp_DEAD_PROCESS(pid_t pid); | |||
1227 | 1227 | ||
1228 | 1228 | ||
1229 | int file_is_executable(const char *name) FAST_FUNC; | 1229 | int file_is_executable(const char *name) FAST_FUNC; |
1230 | char *find_executable(const char *filename, char **PATHp) FAST_FUNC; | 1230 | char *find_executable(const char *filename, const char **PATHp) FAST_FUNC; |
1231 | int executable_exists(const char *filename) FAST_FUNC; | 1231 | int executable_exists(const char *filename) FAST_FUNC; |
1232 | 1232 | ||
1233 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), | 1233 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), |