less debug
[AROS.git] / arch / all-hosted / hostlib / unlock.c
blob2dea567a463cd9b71b82a9b8bb0f95dfc367e57c
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/libcall.h>
7 #include <proto/exec.h>
9 #include "hostlib_intern.h"
11 /*****************************************************************************
13 NAME */
14 #include <proto/hostlib.h>
16 AROS_LH0(void, HostLib_Unlock,
18 /* SYNOPSIS */
20 /* LOCATION */
21 struct HostLibBase *, HostLibBase, 8, HostLib)
23 /* FUNCTION
24 Release global host OS call semaphore.
26 INPUTS
27 None.
29 RESULT
30 None.
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
39 HostLib_Lock()
41 INTERNALS
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 *****************************************************************************/
48 AROS_LIBFUNC_INIT
50 HOSTLIB_UNLOCK();
52 AROS_LIBFUNC_EXIT