aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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
1293int file_is_executable(const char *name) FAST_FUNC; 1293int file_is_executable(const char *name) FAST_FUNC;
1294char *find_executable(const char *filename, char **PATHp) FAST_FUNC; 1294char *find_executable(const char *filename, const char **PATHp) FAST_FUNC;
1295int executable_exists(const char *filename) FAST_FUNC; 1295int 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),