Changeset 9 for trunk/src/gcc/libobjc


Ignore:
Timestamp:
Apr 16, 2003, 4:03:38 PM (22 years ago)
Author:
bird
Message:

Applied initial diff from Platon.

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 to 1.2
    r8 r9  
    4343#undef BOOL
    4444
     45#define __MT__
    4546#include <stdlib.h>
    4647
     
    179180__objc_mutex_allocate(objc_mutex_t mutex)
    180181{
    181   if (DosCreateMutexSem (NULL, (HMTX)(&(mutex->backend)),0L,0) > 0)
     182  if (DosCreateMutexSem (NULL, (PHMTX)(&(mutex->backend)),0L,0) > 0)
    182183    return -1;
    183184  else
Note: See TracChangeset for help on using the changeset viewer.