add wrapper headers, with warnings, for various incorrect names under sys
[musl] / include / sys / errno.h
1 #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
2 #include <errno.h>