fdop.h\process\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/fdop.h
blob: 00b875143afa674eade2f27fc98df08cce8a7133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define FDOP_CLOSE 1
#define FDOP_DUP2 2
#define FDOP_OPEN 3
struct fdop {
	struct fdop *next, *prev;
	int cmd, fd, srcfd, oflag;
	mode_t mode;
	char path[];
};
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月30日 11:48:52 +0000

AltStyle によって変換されたページ (->オリジナル) /