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

#define F_SETLK                                                              (8)

/*
POSIX(1)
*/