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

#define F_GETLK                                                              (7)

/*
POSIX(1)
*/