Skip to content

Commit

Permalink
abis/linux: Add some defines needed for systemd
Browse files Browse the repository at this point in the history
Co-authored-by: 48cf <[email protected]>
  • Loading branch information
Dennisbonke and 48cf committed Dec 13, 2024
1 parent 4b21d4f commit dacae6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions abis/linux/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@

#define F_GETOWNER_UIDS 17

#define F_SETLEASE 1024
#define F_GETLEASE 1025
#define F_NOTIFY 1026
#define F_DUPFD_CLOEXEC 1030
#define F_ADD_SEALS 1033
#define F_GET_SEALS 1034
Expand Down Expand Up @@ -86,6 +89,8 @@ struct f_owner_ex {
pid_t pid;
};

#define F_OWNER_TID 0

#define POSIX_FADV_NORMAL 0
#define POSIX_FADV_RANDOM 1
#define POSIX_FADV_SEQUENTIAL 2
Expand Down
1 change: 1 addition & 0 deletions abis/linux/ino_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <bits/types.h>

typedef __mlibc_uint64 ino_t;
typedef ino_t ino64_t;

#endif /* _ABIBITS_INO_T_H */

0 comments on commit dacae6d

Please sign in to comment.