diff options
Diffstat (limited to 'src/fcntl/F_GETFD.c')
| -rw-r--r-- | src/fcntl/F_GETFD.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fcntl/F_GETFD.c b/src/fcntl/F_GETFD.c new file mode 100644 index 00000000..6d99ea3c --- /dev/null +++ b/src/fcntl/F_GETFD.c @@ -0,0 +1,7 @@ +#include <fcntl.h> + +#define F_GETFD (3) + +/* +POSIX(1) +*/ |
