summaryrefslogtreecommitdiffstats
path: root/dotlock.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:42:23 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:42:23 +0000
commit847d400a6b700152851c0ec65b1bc423099477d2 (patch)
tree9fe067a92e3b43fc76ccb33ff36c554148dafa6c /dotlock.h
parent78f9cffc3f55f65df565dd27d6f84e7e5333654c (diff)
Fix $save_empty.
Diffstat (limited to 'dotlock.h')
-rw-r--r--dotlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotlock.h b/dotlock.h
index 4dde522c..05c70950 100644
--- a/dotlock.h
+++ b/dotlock.h
@@ -35,6 +35,7 @@
#define DL_FL_USEPRIV (1 << 2)
#define DL_FL_FORCE (1 << 3)
#define DL_FL_RETRY (1 << 4)
+#define DL_FL_UNLINK (1 << 5)
#ifndef DL_STANDALONE
int dotlock_invoke(const char *, int, int);