blob: 8d0f1ce03e874872479a49624e0544d5a305e941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*) libcrypt fails a number of the crypt tests in test/crypt
*) locale support if currently _very_ incomplete
*) No support for wide char (i.e. everything in wchar.h,
everything in wctype.h)
*) uClibc timezone support is mostly stubbed out
*) gdb friendly libpthread debug support is not implemented
*) Not all architectures support shared libraries
*) Not all functions have been fully audited for thread-safety
*) stpncpy() flunks test 3,5 and 7 on powerpc.
*) The syscall() function is missing
Will Not Fix
---------------
*) wordexp is not implemented. Nobody uses it, and it is huge.
|