aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/500-0003-cut-down-size-of-some-libc-struct-members.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/musl: update to 1.2.2Rosen Penev2021-09-221-25/+0
| | | | | | | | | | | This release introduces 64-bit time_t, which is needed to avoid the year 2038 problem. Remove upstream patches. Refreshed others. Rebased features.h file based on latest musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* musl: restore lock skipping for mostly-singlethreaded programs, and related ↵Matthias Schiffer2020-05-261-0/+25
patches The remainder of the patch series proposed by upstream [2] for the locking synchronization issue [1]. [1] https://www.openwall.com/lists/musl/2020/05/22/3 [2] https://www.openwall.com/lists/musl/2020/05/22/10 Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>