Changes in abi/include/_bits/errno.h [bc56f30:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/errno.h
rbc56f30 r7c3fb9b 41 41 #define _BITS_ERRNO_H_ 42 42 43 #i nclude <_bits/native.h>44 #include <_bits/ decls.h>43 #ifdef __OPAQUE_ERRNO__ 44 #include <_bits/opaque_handle.h> 45 45 46 #ifdef __OPAQUE_ERRNO__ 47 #include <_bits/__opaque_handle.h> 48 49 __HELENOS_DECLS_BEGIN; 50 __opaque_handle(errno_t); 46 opaque_handle(errno_t); 51 47 typedef errno_t sys_errno_t; 52 __HELENOS_DECLS_END;53 54 48 #define __errno_t(val) ((errno_t) val) 55 49 56 50 #else 57 51 58 __HELENOS_DECLS_BEGIN; 52 #include <_bits/native.h> 59 53 60 54 /** … … 71 65 typedef sysarg_t sys_errno_t; 72 66 73 __HELENOS_DECLS_END;74 75 67 /** 76 68 * A C++-style "cast" to `errno_t`.
Note:
See TracChangeset
for help on using the changeset viewer.