summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-06-15 02:08:12 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-06-15 02:08:12 +0000
commitece3c72f1621109acd9c0eb10de92f433e6d9acc (patch)
treeab325a09f7c6bd30f09063cff3974d9f7c1c51d6 /newlib/libc/sys
parentcff111a6bf7e92f651a7dcf841b21d25cfb39037 (diff)
downloadcygnal-ece3c72f1621109acd9c0eb10de92f433e6d9acc.tar.gz
cygnal-ece3c72f1621109acd9c0eb10de92f433e6d9acc.tar.bz2
cygnal-ece3c72f1621109acd9c0eb10de92f433e6d9acc.zip
* libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/linux/sys/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/sys/errno.h b/newlib/libc/sys/linux/sys/errno.h
index 527a5f3a7..b4b0f1614 100644
--- a/newlib/libc/sys/linux/sys/errno.h
+++ b/newlib/libc/sys/linux/sys/errno.h
@@ -26,5 +26,6 @@ extern __IMPORT int _sys_nerr;
#include <asm/errno.h>
#define ENOTSUP EOPNOTSUPP
+#define EFTYPE 79 /* Inappropriate file type or format */
#endif