2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <aros/libcall.h>
7 #include <proto/exec.h>
9 #include "hostlib_intern.h"
11 /*****************************************************************************
14 #include <proto/hostlib.h>
16 AROS_LH0(void, HostLib_Unlock
,
21 struct HostLibBase
*, HostLibBase
, 8, HostLib
)
24 Release global host OS call semaphore.
42 The actual implementation of this function depends on
43 the host OS. Do not assume anything particular about it.
44 For example under Windows it's Permit(), not a semaphore.
46 *****************************************************************************/