diff options
Diffstat (limited to 'libnetfs/fsysstubs.c')
-rw-r--r-- | libnetfs/fsysstubs.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libnetfs/fsysstubs.c b/libnetfs/fsysstubs.c index a64fd643..6cf12cc8 100644 --- a/libnetfs/fsysstubs.c +++ b/libnetfs/fsysstubs.c @@ -22,7 +22,7 @@ #include "netfs.h" #include "fsys_S.h" -error_t +error_t __attribute__((weak)) netfs_S_fsys_getfile (struct netfs_control *cntl, mach_port_t reply, mach_msg_type_name_t reply_type, @@ -34,7 +34,7 @@ netfs_S_fsys_getfile (struct netfs_control *cntl, return EOPNOTSUPP; } -error_t +error_t __attribute__((weak)) netfs_S_fsys_getpriv (struct netfs_control *cntl, mach_port_t reply, mach_msg_type_name_t reply_type, @@ -45,7 +45,7 @@ netfs_S_fsys_getpriv (struct netfs_control *cntl, return EOPNOTSUPP; } -error_t +error_t __attribute__((weak)) netfs_S_fsys_init (struct netfs_control *cntl, mach_port_t reply, mach_msg_type_name_t reply_type, @@ -54,7 +54,7 @@ netfs_S_fsys_init (struct netfs_control *cntl, return EOPNOTSUPP; } -error_t +error_t __attribute__((weak)) netfs_S_fsys_forward (mach_port_t cntl, mach_port_t reply, mach_msg_type_name_t reply_type, @@ -64,7 +64,7 @@ netfs_S_fsys_forward (mach_port_t cntl, return EOPNOTSUPP; } -error_t +error_t __attribute__((weak)) netfs_S_fsys_startup (mach_port_t bootstrap, mach_port_t reply, mach_msg_type_name_t reply_type, |