summaryrefslogtreecommitdiff
path: root/src/fcntl/F_GETFL.c
blob: f943230174d2dbd909549b852554d5a18a8eb8c2 (plain)
1
2
3
4
5
6
7
#include <fcntl.h>

#define F_GETFL                                                              (5)

/*
POSIX(1)
*/