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

#define F_RDLCK                                                              (1)

/*
POSIX(1)
*/