diff options
Diffstat (limited to 'musl/sys/errno.h')
-rw-r--r-- | musl/sys/errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/musl/sys/errno.h b/musl/sys/errno.h new file mode 100644 index 0000000..35a3e5a --- /dev/null +++ b/musl/sys/errno.h @@ -0,0 +1,2 @@ +#warning redirecting incorrect #include <sys/errno.h> to <errno.h> +#include <errno.h> |