mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Cleanup and simplify null_terminated_array_t and its clients
This commit is contained in:
@@ -69,7 +69,7 @@ pid_t execute_fork(bool wait_for_threads_to_die);
|
||||
bool do_builtin_io(const char *out, size_t outlen, const char *err, size_t errlen);
|
||||
|
||||
/** Report an error from failing to exec or posix_spawn a command */
|
||||
void safe_report_exec_error(int err, const char *actual_cmd, char **argv, char **envv);
|
||||
void safe_report_exec_error(int err, const char *actual_cmd, const char * const *argv, const char * const *envv);
|
||||
|
||||
#if FISH_USE_POSIX_SPAWN
|
||||
/* Initializes and fills in a posix_spawnattr_t; on success, the caller should destroy it via posix_spawnattr_destroy */
|
||||
|
||||
Reference in New Issue
Block a user