Changeset 9 for trunk/src/gcc/libobjc
- Timestamp:
- Apr 16, 2003, 4:03:38 PM (22 years ago)
- Location:
- trunk/src/gcc/libobjc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libobjc/thr-os2.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r8 r9 43 43 #undef BOOL 44 44 45 #define __MT__ 45 46 #include <stdlib.h> 46 47 … … 179 180 __objc_mutex_allocate(objc_mutex_t mutex) 180 181 { 181 if (DosCreateMutexSem (NULL, ( HMTX)(&(mutex->backend)),0L,0) > 0)182 if (DosCreateMutexSem (NULL, (PHMTX)(&(mutex->backend)),0L,0) > 0) 182 183 return -1; 183 184 else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.