Changes between Initial Version and Version 1 of Ticket #10913
- Timestamp:
- Feb 27, 2019, 7:41:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10913 – Description
initial v1 1 We are currently using an old version of glibc. This is required for BeOS compatibility, as glibc made some changes to its ABI over the years. 2 3 However, there are some parts we could update. For example it seems safe to replace the math code with something else. 4 5 We could use replacements from FreeBSD or musl, reducing the amount of LGPL licensed code in Haiku.