summaryrefslogtreecommitdiff
path: root/src/include-local
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-05-04 12:16:18 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-05-04 12:16:18 +0000
commit95157aa7d44750e248665744518f453ec65e2636 (patch)
tree658736d14430f4188c7e0420e3f3a23de0936c1a /src/include-local
parent80882cf01005ea49672c496eff9f622d5ee5751d (diff)
downloads6-95157aa7d44750e248665744518f453ec65e2636.tar.xz
Also allow shared locks in s6lockd-helper
Diffstat (limited to 'src/include-local')
-rw-r--r--src/include-local/s6lockd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include-local/s6lockd.h b/src/include-local/s6lockd.h
new file mode 100644
index 0000000..61a23b8
--- /dev/null
+++ b/src/include-local/s6lockd.h
@@ -0,0 +1,8 @@
+/* ISC license. */
+
+#ifndef S6LOCKD_H
+#define S6LOCKD_H
+
+extern int s6lockd_openandlock (char const *, int, int) ;
+
+#endif