fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs
[musl] / src / misc / getrusage.c
index a5cbd75..0aaf0ac 100644 (file)
@@ -1,5 +1,4 @@
 #include <sys/resource.h>
-#include <string.h>
 #include "syscall.h"
 
 int getrusage(int who, struct rusage *ru)