-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abis/linux: Add some defines needed for systemd
Co-authored-by: 48cf <[email protected]>
- Loading branch information
1 parent
4b21d4f
commit dacae6d
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
#include <bits/types.h> | ||
|
||
typedef __mlibc_uint64 ino_t; | ||
typedef ino_t ino64_t; | ||
|
||
#endif /* _ABIBITS_INO_T_H */ | ||
|