mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
More work on improving interaction between fork and pthreads. Added null_terminated_array_t class.
This commit is contained in:
5
env.h
5
env.h
@@ -157,10 +157,9 @@ void env_push( int new_scope );
|
||||
*/
|
||||
void env_pop();
|
||||
|
||||
/**
|
||||
Returns an array containing all exported variables in a format suitable for execv.
|
||||
*/
|
||||
/** Returns an array containing all exported variables in a format suitable for execv. */
|
||||
char **env_export_arr( int recalc );
|
||||
void env_export_arr(bool recalc, null_terminated_array_t<char> &result);
|
||||
|
||||
/**
|
||||
Returns all variable names.
|
||||
|
||||
Reference in New Issue
Block a user