only use fstatat and others legacy stat syscalls if they exist
[musl] / src / ctype / isspace.c
index 231e907..428813e 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 #undef isspace
 
 int isspace(int c)