summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h
index 7e4c035..6179928 100644
--- a/src/main.h
+++ b/src/main.h
@@ -41,10 +41,6 @@
#define LENGTH(x) (sizeof x / sizeof x[0])
-#define FLOCK(fd, cmd) { \
- struct flock lock = {.l_type=cmd,.l_start=0,.l_whence=SEEK_SET,.l_len=0}; \
- fcntl(fd, F_SETLKW, &lock); \
-}
#ifdef DEBUG
#define PRINT_DEBUG(...) { \