X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fposix2008.bugs;fp=data%2Fposix2008.bugs;h=0aef44e8ab52d23778c13bde6812d2cda5412d93;hb=3c03ba6865b7af194344926c0f925c7c3c6c2456;hp=7200a51ebdaef596e8226dc976a17d94aaa85b6a;hpb=029bfa6602e3d5d3ef034a2d4313fad44c007af9;p=musl-tables diff --git a/data/posix2008.bugs b/data/posix2008.bugs index 7200a51..0aef44e 100644 --- a/data/posix2008.bugs +++ b/data/posix2008.bugs @@ -8,4 +8,6 @@ http://repo.or.cz/w/c-standard.git/blob_plain/HEAD:/n1256.html#7.24.6.3.3 pthread_kill(invalid_value, sig); required to return ESRCH which is not possible http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html +restrict in wcpncpy prototype is at the wrong place +wchar_t *wcpncpy(wchar_t restrict *ws1, const wchar_t *restrict ws2, size_t n);