about summary refs log tree commit diff
path: root/sysdeps/standalone/arm/errnos.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/standalone/arm/errnos.h')
-rw-r--r--sysdeps/standalone/arm/errnos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/standalone/arm/errnos.h b/sysdeps/standalone/arm/errnos.h
index 0b635e649d..428fe9eb77 100644
--- a/sysdeps/standalone/arm/errnos.h
+++ b/sysdeps/standalone/arm/errnos.h
@@ -44,6 +44,8 @@ Cambridge, MA 02139, USA.  */
 #define EILSEQ		16
 #define ENOEXEC		17
 #define ENOENT		18
+#define EPROTOTYPE	19
+#define ESRCH		20
 #endif
 
 #define __set_errno(val) errno = (val)