2009-03-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/errno.h: Move EFTYPE to general usage because it is used in libc/search.
This commit is contained in:
parent
8ce3e7abc8
commit
dd15241df7
|
@ -1,3 +1,8 @@
|
||||||
|
2009-03-24 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/errno.h: Move EFTYPE to general usage because
|
||||||
|
it is used in libc/search.
|
||||||
|
|
||||||
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
|
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/ctype/iswalpha.c: Handle all wchar_t as unicode on
|
* libc/ctype/iswalpha.c: Handle all wchar_t as unicode on
|
||||||
|
|
|
@ -108,8 +108,8 @@ extern __IMPORT int sys_nerr;
|
||||||
#define EDOTDOT 76 /* Cross mount point (not really error) */
|
#define EDOTDOT 76 /* Cross mount point (not really error) */
|
||||||
#endif
|
#endif
|
||||||
#define EBADMSG 77 /* Trying to read unreadable message */
|
#define EBADMSG 77 /* Trying to read unreadable message */
|
||||||
#ifdef __LINUX_ERRNO_EXTENSIONS__
|
|
||||||
#define EFTYPE 79 /* Inappropriate file type or format */
|
#define EFTYPE 79 /* Inappropriate file type or format */
|
||||||
|
#ifdef __LINUX_ERRNO_EXTENSIONS__
|
||||||
#define ENOTUNIQ 80 /* Given log. name not unique */
|
#define ENOTUNIQ 80 /* Given log. name not unique */
|
||||||
#define EBADFD 81 /* f.d. invalid for this operation */
|
#define EBADFD 81 /* f.d. invalid for this operation */
|
||||||
#define EREMCHG 82 /* Remote address changed */
|
#define EREMCHG 82 /* Remote address changed */
|
||||||
|
|
Loading…
Reference in New Issue