Fixed missing fprintf argument.
[AROS.git] / rom / misc / misc_init.c
blob7a822ae7cb110b51421ce63ee779d0310d6b48cd
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 /* HISTORY: 23.7.98 SDuvan Implemented based on BattClock code. */
11 #include <exec/types.h>
12 #include <exec/memory.h>
13 #include <exec/resident.h>
14 #include <proto/exec.h>
15 #include <proto/misc.h>
16 #include <resources/misc.h>
18 #include <aros/symbolsets.h>
19 #include "misc_intern.h"
21 #include LC_LIBDEFS_FILE
23 AROS_SET_LIBFUNC(GM_UNIQUENAME(Init), LIBBASETYPE, MiscBase)
25 AROS_SET_LIBFUNC_INIT
27 InitSemaphore(&MiscBase->mb_Lock);
29 return TRUE;
31 AROS_SET_LIBFUNC_EXIT
34 ADD2INITLIB(GM_UNIQUENAME(Init), 0)