1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

missing: add macros for OFD locks

This commit is contained in:
Michael Marineau 2015-01-15 13:25:00 -08:00 committed by David Herrmann
parent ecdacd4b2f
commit f4a53250ac

View File

@ -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