[systemd-commits] src/shared
David Herrmann
dvdhrm at kemper.freedesktop.org
Sat Jan 17 04:01:51 PST 2015
src/shared/missing.h | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit f4a53250acb3aea2eb5ebed059887b9417afbd9e
Author: Michael Marineau <michael.marineau at coreos.com>
Date: Thu Jan 15 13:25:00 2015 -0800
missing: add macros for OFD locks
diff --git a/src/shared/missing.h b/src/shared/missing.h
index cdc38b2..d074405 100644
--- a/src/shared/missing.h
+++ b/src/shared/missing.h
@@ -79,6 +79,12 @@
#define F_SEAL_WRITE 0x0008 /* prevent writes */
#endif
+#ifndef F_OFD_GETLK
+#define F_OFD_GETLK 36
+#define F_OFD_SETLK 37
+#define F_OFD_SETLKW 38
+#endif
+
#ifndef MFD_ALLOW_SEALING
#define MFD_ALLOW_SEALING 0x0002U
#endif
More information about the systemd-commits
mailing list