fix regression in getspnam[_r] error code for insufficient buffer size
[musl] / src / multibyte / internal.c
index bbdc415..7e1b1c0 100644 (file)
@@ -1,9 +1,3 @@
-/* 
- * This code was written by Rich Felker in 2010; no copyright is claimed.
- * This code is in the public domain. Attribution is appreciated but
- * unnecessary.
- */
-
 #include "internal.h"
 
 #define C(x) ( x<2 ? -1 : ( R(0x80,0xc0) | x ) )