update tables (wcs* changes and some more)
[musl-tables] / data / posix2008.bugs
1 wcrtomb should be declared in <wchar.h> not in <stdio.h>
2 see
3 http://pubs.opengroup.org/onlinepubs/9699919799/functions/wcrtomb.html
4 vs
5 http://repo.or.cz/w/c-standard.git/blob_plain/HEAD:/n1256.html#7.24.6.3.3
6
7
8 pthread_kill(invalid_value, sig); required to return ESRCH which is not possible
9 http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html
10
11