diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-05-04 12:16:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-05-04 12:16:18 +0000 |
commit | 95157aa7d44750e248665744518f453ec65e2636 (patch) | |
tree | 658736d14430f4188c7e0420e3f3a23de0936c1a /src/include-local | |
parent | 80882cf01005ea49672c496eff9f622d5ee5751d (diff) | |
download | s6-95157aa7d44750e248665744518f453ec65e2636.tar.xz |
Also allow shared locks in s6lockd-helper
Diffstat (limited to 'src/include-local')
-rw-r--r-- | src/include-local/s6lockd.h | 8 |
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 |