You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ABI_BREAKS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ This document lists the ABI breaks that were made in each mlibc major version.
27
27
-[#1460](https://github.com/managarm/mlibc/pull/1460): `useconds_t` was turned into a 32-bit value, as it only needs to hold microsecond values worth up to a second.
28
28
-[#1492](https://github.com/managarm/mlibc/pull/1492): changes the values of `LC_*` macros and `nl_item` values to match glibc, so that glibc locale files can be consumed.
29
29
-[#1492](https://github.com/managarm/mlibc/pull/1492): fix `struct epoll_event` alignment on x86
30
+
-[#1658](https://github.com/managarm/mlibc/pull/1658): fix incorrect definition of `struct fd_set`
0 commit comments