Changeset 236 for trunk/src/emx/include/stdlib.h
- Timestamp:
- May 26, 2003, 4:43:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r235 r236 116 116 #if !defined (_ERRNO) 117 117 #define _ERRNO 118 #if defined (__MT__) || defined (__ST_MT_ERRNO__)119 118 extern int *_errno (void); 120 119 #define errno (*_errno ()) 121 #else122 extern int errno;123 #endif124 120 #endif 125 121 … … 148 144 extern __const__ int sys_nerr; 149 145 150 extern __const__ unsigned int _emx_vcmp;151 extern __const__ unsigned int _emx_env;152 extern __const__ unsigned int _emx_rev;153 146 extern __const__ unsigned char _osminor; 154 147 extern __const__ unsigned char _osmajor; 155 extern __const__ unsigned char _osmode; 156 extern __const__ char _emx_vprt[5]; 157 148 149 /* No DOS support ... */ 150 #define _osmode OS2_MODE 158 151 159 152 unsigned alarm (unsigned); … … 263 256 void _wildcard (int *, char ***); 264 257 265 #if defined (__MT__)266 258 int _beginthread (void (*)(void *), void *, unsigned, void *); 267 259 void _endthread (void); 268 260 void **_threadstore (void); 269 #endif270 261 271 262 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.