summaryrefslogtreecommitdiff
path: root/libnetfs/fsstubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r--libnetfs/fsstubs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c
index 75bd7903..b260f5da 100644
--- a/libnetfs/fsstubs.c
+++ b/libnetfs/fsstubs.c
@@ -23,21 +23,21 @@
#include "fs_S.h"
#include "ifsock_S.h"
-error_t
+error_t __attribute__((weak))
netfs_S_file_notice_changes (struct protid *user,
mach_port_t port)
{
return EOPNOTSUPP;
}
-error_t
+error_t __attribute__((weak))
netfs_S_file_getfh (struct protid *user,
char **data, mach_msg_type_number_t *ndata)
{
return EOPNOTSUPP;
}
-error_t
+error_t __attribute__((weak))
netfs_S_ifsock_getsockaddr (struct protid *user,
mach_port_t *address)
{