Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153718788
D33143.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D33143.id.diff
View Options
diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c
--- a/lib/libc/gen/posix_spawn.c
+++ b/lib/libc/gen/posix_spawn.c
@@ -62,7 +62,11 @@
typedef struct __posix_spawn_file_actions_entry {
STAILQ_ENTRY(__posix_spawn_file_actions_entry) fae_list;
- enum { FAE_OPEN, FAE_DUP2, FAE_CLOSE } fae_action;
+ enum {
+ FAE_OPEN,
+ FAE_DUP2,
+ FAE_CLOSE,
+ } fae_action;
int fae_fildes;
union {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 4:47 AM (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32054754
Default Alt Text
D33143.id.diff (415 B)
Attached To
Mode
D33143: Add posix_spawn_file_actions_{addchdir,addfchdir,addclosefrom}_np
Attached
Detach File
Event Timeline
Log In to Comment