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

#define F_SETFL                                                              (6)

/*
POSIX(1)
*/