diff options
Diffstat (limited to 'posix/spawn_int.h')
-rw-r--r-- | posix/spawn_int.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/posix/spawn_int.h b/posix/spawn_int.h index f683db6..f134d15 100644 --- a/posix/spawn_int.h +++ b/posix/spawn_int.h @@ -34,6 +34,7 @@ struct __spawn_action spawn_do_chdir, spawn_do_fchdir, spawn_do_closefrom, + spawn_do_tcsetpgrp } tag; union @@ -66,6 +67,10 @@ struct __spawn_action { int from; } closefrom_action; + struct + { + int fd; + } setpgrp_action; } action; }; |