2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include "dos_intern.h"
11 /*****************************************************************************
14 #include <proto/dos.h>
16 AROS_LH1(void, UnLockDosList
,
19 AROS_LHA(ULONG
, flags
, D1
),
22 struct DosLibrary
*, DOSBase
, 110, Dos
)
25 Frees a lock on the dos lists given by LockDosList().
28 flags - the same value as given to LockDosList().
42 *****************************************************************************/
45 AROS_LIBBASE_EXT_DECL(struct DosLibrary
*,DOSBase
)
46 ReleaseSemaphore(&DOSBase
->dl_DosListLock
);