Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | add libc version compatibility | Waldemar Brodkorb | |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb | |
Similar to musl libc a single libc has many benefits and solves some open issues with uClibc-ng. - no pthread_mutex_* weak symbols exported anymore - applications no longer failing to link when either -lrt or -lpthread are missing for dynamic and static linking mode - smaller C library - slightly better runtime performance | |||
2010-02-17 | Assorted fixed to get nptl compiling on ARM | Khem Raj | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |