some backend fixes
svn-id: r8812
This commit is contained in:
parent
36bf6e09d3
commit
9875983336
3 changed files with 6 additions and 6 deletions
|
@ -316,7 +316,7 @@ void OSystem_MorphOS::create_thread(ThreadProc *proc, void *param)
|
|||
NP_PPC_Arg1, (ULONG) param, TAG_DONE);
|
||||
}
|
||||
|
||||
MutexRef OSystem_MorphOS::create_mutex()
|
||||
OSystem::MutexRef OSystem_MorphOS::create_mutex()
|
||||
{
|
||||
SignalSemaphore *sem = (SignalSemaphore *) AllocVec(sizeof (SignalSemaphore), MEMF_PUBLIC);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue