Skip to content

Commit

Permalink
abis/linux: Make EIEIO be 4095 as to not break elogind and conform to…
Browse files Browse the repository at this point in the history
… the maximum values that Linux reports
  • Loading branch information
Dennisbonke committed Feb 12, 2024
1 parent ab48870 commit c394bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abis/linux/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@


// This is mlibc-specific.
#define EIEIO 1524152434
#define EIEIO 4095

#endif // _ABIBITS_ERRNO_H

0 comments on commit c394bae

Please sign in to comment.