提交 dd45edb5 编写于 作者: R Rich Felker

add accidentally-omitted file needed for posix_spawn file actions

上级 a0ae0b09
#define FDOP_CLOSE 1
#define FDOP_DUP2 2
#define FDOP_OPEN 3
struct fdop {
struct fdop *next;
int cmd, fd, newfd, oflag;
mode_t mode;
char path[];
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册