mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
This commit is contained in:
parent
cff111a6bf
commit
ece3c72f16
@ -1,5 +1,7 @@
|
|||||||
2002-06-14 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2002-06-14 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
|
* libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
|
||||||
|
|
||||||
* libc/argz: New directory.
|
* libc/argz: New directory.
|
||||||
* libc/argz/*: New files.
|
* libc/argz/*: New files.
|
||||||
* libc/argz/argz_add.c: New file.
|
* libc/argz/argz_add.c: New file.
|
||||||
|
@ -26,5 +26,6 @@ extern __IMPORT int _sys_nerr;
|
|||||||
#include <asm/errno.h>
|
#include <asm/errno.h>
|
||||||
|
|
||||||
#define ENOTSUP EOPNOTSUPP
|
#define ENOTSUP EOPNOTSUPP
|
||||||
|
#define EFTYPE 79 /* Inappropriate file type or format */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user