2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
8 #include "rexxsyslib_intern.h"
10 /*****************************************************************************
13 #include <clib/rexxsyslib_protos.h>
15 AROS_LH1(VOID
, LockRexxBase
,
18 AROS_LHA(ULONG
, resource
, D0
),
21 struct RxsLib
*, RexxSysBase
, 75, RexxSys
)
40 *****************************************************************************/
44 ObtainSemaphore(&RSBI(RexxSysBase
)->semaphore
);
46 ReturnVoid("LockRexxBase");