aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/fcntl.h
blob: ecfd8c848c2a13f2861f2520884b30ba328a00c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _POSIX_FCNTL_H
#define _POSIX_FCNTL_H

#include_next <fcntl.h>

#define F_ULOCK 0
#define F_LOCK  1
#define F_TLOCK 2
#define F_TEST  3

#endif /* _POSIX_FCNTL_H */