some backend fixes

svn-id: r8812
This commit is contained in:
Max Horn 2003-07-06 18:56:19 +00:00
parent 36bf6e09d3
commit 9875983336
3 changed files with 6 additions and 6 deletions

View file

@ -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);