use syscall_arg_t and __scc macro for arguments to __alt_socketcall
[musl] / src / locale / strcoll.c
index 84f199f..dd3cbc4 100644 (file)
@@ -1,7 +1,6 @@
 #include <string.h>
 #include <locale.h>
 #include "locale_impl.h"
-#include "libc.h"
 
 int __strcoll_l(const char *l, const char *r, locale_t loc)
 {