diff packages/error/current/include/codes.h @ 80:2085233a121a ecos-sw-2000-04-07

Merge from eCos master repository on 2000-04-07-07:52:29-BST
author jlarmour
date Fri, 07 Apr 2000 07:45:04 +0000
parents 435cced73e2f
children 6ed91473a1cd
line wrap: on
line diff
--- a/packages/error/current/include/codes.h
+++ b/packages/error/current/include/codes.h
@@ -122,10 +122,14 @@ externC char *
 #define ERANGE           34    // Math result cannot be represented
 #define ENOSYS           38    // Function not implemented
 
+#define ENOTSUP          95    // POSIX not supported error
+
 #define EEOF             200   // End of file reached
 #define ENOSUPP          201   // Operation not supported
 #define EDEVNOSUPP       202   // Device does not support this operation
 
+#define EDEADLK          301   // POSIX deadlock error
+
 #ifdef CYGPKG_NET
 // Additional errors used by networking
 #define ENXIO            300   // Device not configured