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 11d52c08c..ed8892562 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1291,7 +1291,7 @@ void FAST_FUNC update_utmp_DEAD_PROCESS(pid_t pid); | |||
1291 | 1291 | ||
1292 | 1292 | ||
1293 | int file_is_executable(const char *name) FAST_FUNC; | 1293 | int file_is_executable(const char *name) FAST_FUNC; |
1294 | char *find_executable(const char *filename, char **PATHp) FAST_FUNC; | 1294 | char *find_executable(const char *filename, const char **PATHp) FAST_FUNC; |
1295 | int executable_exists(const char *filename) FAST_FUNC; | 1295 | int executable_exists(const char *filename) FAST_FUNC; |
1296 | 1296 | ||
1297 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), | 1297 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), |