mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-11 22:20:49 +02:00
commit bash-20180406 snapshot
This commit is contained in:
@@ -35,6 +35,15 @@ struct func_array_state
|
||||
};
|
||||
#endif
|
||||
|
||||
/* Placeholder for later expansion to include more execution state */
|
||||
/* XXX - watch out for pid_t */
|
||||
struct execstate
|
||||
{
|
||||
pid_t pid;
|
||||
int subshell_env;
|
||||
};
|
||||
|
||||
|
||||
/* Variables delared in execute_cmd.c, used by many other files */
|
||||
extern int return_catch_flag;
|
||||
extern int return_catch_value;
|
||||
|
||||
Reference in New Issue
Block a user