posix_spawn: add POSIX_SPAWN_SETSID.

see http://austingroupbugs.net/view.php?id=1044

Change-Id: I9ae4fe07ea0fa7e20eb9a1d8c64e971e7353bcff
Reviewed-on: https://review.haiku-os.org/c/1008
Reviewed-by: Rene Gollent <[email protected]>
This commit is contained in:
Jérôme Duval
2019-02-04 19:21:30 +00:00
committed by Adrien Destugues
parent f0a99f2bea
commit af61539918
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
#endif /* 0 */
#define POSIX_SPAWN_SETSIGDEF 0x10
#define POSIX_SPAWN_SETSIGMASK 0x20
#define POSIX_SPAWN_SETSID 0x40
typedef struct _posix_spawnattr *posix_spawnattr_t;