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:
parent
ecdacd4b2f
commit
f4a53250ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user