2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
6 #include <exec/types.h>
10 #include <sys/timeb.h>
11 #include <sys/times.h>
12 #include <sys/mount.h>
14 #include <sys/ioctl.h>
32 #include <ioerr2errno.h> /* FIXME: Should this really be public? */
33 #include "signalhack.h" /* FIXME: Use <signal.h> when it is finished */
35 #include "arosc_init.h"
37 extern struct aroscbase
*AROS_SLIB_ENTRY(open
,arosc
)();
38 extern BPTR
AROS_SLIB_ENTRY(close
,arosc
)();
39 extern BPTR
AROS_SLIB_ENTRY(expunge
,arosc
)();
40 extern int AROS_SLIB_ENTRY(null
,arosc
)();
42 void *const arosc_functable
[]=
44 &AROS_SLIB_ENTRY(open
,arosc
),
45 &AROS_SLIB_ENTRY(close
,arosc
),
46 &AROS_SLIB_ENTRY(expunge
,arosc
),
47 &AROS_SLIB_ENTRY(null
,arosc
),
48 #define SYSTEM_CALL(name, x...) &name,
49 #include <sys/syscall.def>