From 388e096fa68a1bb6186efb653e9538e12961d442 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 2 Jul 2008 16:26:23 +0000 Subject: Include errno.h from kernel headers instead of using internal errno_values.h otherwie some errno will be missed (i.e. ENOKEY used in libusb) Signed-off-by: Carmelo Amoroso --- libc/sysdeps/linux/common/bits/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/errno.h') diff --git a/libc/sysdeps/linux/common/bits/errno.h b/libc/sysdeps/linux/common/bits/errno.h index 78e8c6972..a5ac1a47f 100644 --- a/libc/sysdeps/linux/common/bits/errno.h +++ b/libc/sysdeps/linux/common/bits/errno.h @@ -22,7 +22,7 @@ # undef EDOM # undef EILSEQ # undef ERANGE -# include +# include /* Linux has no ENOTSUP error code. */ # define ENOTSUP EOPNOTSUPP -- cgit v1.2.3