Searched defs:__posix_spawn_file_action (Results 1 – 1 of 1) sorted by relevance
76 struct __posix_spawn_file_action { struct77 __posix_spawn_file_action* next; argument79 Action what;80 int fd;81 int new_fd;82 char* path;83 int flags;84 mode_t mode;86 void Do() { in Do()