From dd15241df7df43a0b0a7391215d75171d88ddbfa Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 24 Mar 2009 16:05:07 +0000 Subject: 2009-03-24 Jeff Johnston * libc/include/sys/errno.h: Move EFTYPE to general usage because it is used in libc/search. --- newlib/libc/include/sys/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/sys/errno.h') diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index 36e4e5287..fc0c94aad 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -108,8 +108,8 @@ extern __IMPORT int sys_nerr; #define EDOTDOT 76 /* Cross mount point (not really error) */ #endif #define EBADMSG 77 /* Trying to read unreadable message */ -#ifdef __LINUX_ERRNO_EXTENSIONS__ #define EFTYPE 79 /* Inappropriate file type or format */ +#ifdef __LINUX_ERRNO_EXTENSIONS__ #define ENOTUNIQ 80 /* Given log. name not unique */ #define EBADFD 81 /* f.d. invalid for this operation */ #define EREMCHG 82 /* Remote address changed */ -- cgit v1.2.3