update tables for the restrict change
[musl-tables] / data / posix2008.bugs
index 7200a51..0aef44e 100644 (file)
@@ -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);