2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
9 #include <minix/callnr.h>
10 #include <minix/com.h>
16 PUBLIC
_PROTOTYPE (int (*fs_call_vec
[]), (void) ) = {
17 no_sys
, /* 0 not used */
22 fs_readwrite
, /* 5 */ /* read() */
23 fs_readwrite
, /* 6 */ /* write() */
24 fs_clone_opcl
, /* 7 */
32 fs_inhibread
, /* 14 */ /* for lseek() */
35 fs_unlink
, /* 17 */ /* unlink() */
36 fs_unlink
, /* 18 */ /* rmdir() */
50 fs_mountpoint
, /* 30 */
51 fs_readsuper
, /* 31 */
57 fs_new_driver
, /* 37 */
58 fs_breadwrite
, /* 38 */
59 fs_breadwrite
, /* 39 */