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>
33 #include <ioerr2errno.h> /* FIXME: Should this really be public? */
34 #include "signalhack.h" /* FIXME: Use <signal.h> when it is finished */
36 #include "arosc_init.h"
38 extern struct aroscbase
*AROS_SLIB_ENTRY(open
,arosc
)();
39 extern BPTR
AROS_SLIB_ENTRY(close
,arosc
)();
40 extern BPTR
AROS_SLIB_ENTRY(expunge
,arosc
)();
41 extern int AROS_SLIB_ENTRY(null
,arosc
)();
43 void *const arosc_functable
[]=
45 &AROS_SLIB_ENTRY(open
,arosc
),
46 &AROS_SLIB_ENTRY(close
,arosc
),
47 &AROS_SLIB_ENTRY(expunge
,arosc
),
48 &AROS_SLIB_ENTRY(null
,arosc
),
49 #define SYSTEM_CALL(name, x...) &name,
50 #include <sys/syscall.def>