comparison 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
comparison
equal deleted inserted replaced
79:5b39a5a40ccd 80:2085233a121a
120 #define EDOM 33 // Argument to math function outside valid 120 #define EDOM 33 // Argument to math function outside valid
121 // domain 121 // domain
122 #define ERANGE 34 // Math result cannot be represented 122 #define ERANGE 34 // Math result cannot be represented
123 #define ENOSYS 38 // Function not implemented 123 #define ENOSYS 38 // Function not implemented
124 124
125 #define ENOTSUP 95 // POSIX not supported error
126
125 #define EEOF 200 // End of file reached 127 #define EEOF 200 // End of file reached
126 #define ENOSUPP 201 // Operation not supported 128 #define ENOSUPP 201 // Operation not supported
127 #define EDEVNOSUPP 202 // Device does not support this operation 129 #define EDEVNOSUPP 202 // Device does not support this operation
130
131 #define EDEADLK 301 // POSIX deadlock error
128 132
129 #ifdef CYGPKG_NET 133 #ifdef CYGPKG_NET
130 // Additional errors used by networking 134 // Additional errors used by networking
131 #define ENXIO 300 // Device not configured 135 #define ENXIO 300 // Device not configured
132 #define EACCES 301 // Permission denied 136 #define EACCES 301 // Permission denied