VirtualBox

Changeset 2063 in kBuild


Ignore:
Timestamp:
Nov 15, 2008 11:23:20 AM (16 years ago)
Author:
bird
Message:

OS/2 build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/incdep.c

    r2053 r2063  
    175175
    176176#elif defined (__OS2__)
    177 static fmutex incdep_mtx;
     177static _fmutex incdep_mtx;
    178178static HEV incdep_hev_todo;
    179179static HEV incdep_hev_done;
     
    349349  EnterCriticalSection (&incdep_mtx);
    350350#elif defined (__OS2__)
    351   _fmutex_request (&incdep_mtx, 0)
     351  _fmutex_request (&incdep_mtx, 0);
    352352#endif
    353353}
     
    362362  LeaveCriticalSection (&incdep_mtx);
    363363#elif defined(__OS2__)
    364   _fmutex_release (&incdep_mtx)
     364  _fmutex_release (&incdep_mtx);
    365365#endif
    366366}
     
    679679
    680680#elif defined (__OS2__)
    681   _fmutex_create (&incdep_mtx, 0)
     681  _fmutex_create (&incdep_mtx, 0);
    682682  rc = DosCreateEventSem (NULL, &incdep_hev_todo, 0, FALSE);
    683683  if (rc)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette