summaryrefslogtreecommitdiff
path: root/hurd/msgstub.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-11-03 22:42:06 +0000
committerRoland McGrath <roland@gnu.org>1995-11-03 22:42:06 +0000
commit853f0eead1fcab44fa3339a6b171da9bfc7840d8 (patch)
tree4eba519918a082101309096548ce0a13bdc4b8a5 /hurd/msgstub.c
parent27cc33c3b483ce4f73cbd3671ba1fd872b473c4d (diff)
Fri Nov 3 17:27:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951105cvs/libc-951104
* sysdeps/mach/hurd/sendto.c: Don't pass BINDING arg to socket_create_address. * sysdeps/mach/hurd/connect.c: Likewise. * sysdeps/mach/hurd/bind.c: Likewise. * hurd/hurdprio.c (_hurd_priority_which_map): Pass threadwaits args to proc_getprocinfo. * sysdeps/mach/hurd/getpriority.c: Likewise. * hurd/hurdmsg.c (_S_msg_report_wait): New stub function.
Diffstat (limited to 'hurd/msgstub.c')
-rw-r--r--hurd/msgstub.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/hurd/msgstub.c b/hurd/msgstub.c
deleted file mode 100644
index d4b59ed635..0000000000
--- a/hurd/msgstub.c
+++ /dev/null
@@ -1,26 +0,0 @@
-#include <hurd.h>
-
-/* XXX */
-#define STUB(fn) error_t fn (mach_port_t port) { return EOPNOTSUPP; }
-
-STUB(_S_get_init_ports)
-STUB(_S_set_init_ports)
-STUB(_S_get_init_port)
-STUB(_S_set_init_port)
-STUB(_S_get_init_ints)
-STUB(_S_set_init_ints)
-STUB(_S_get_init_int)
-STUB(_S_set_init_int)
-STUB(_S_get_dtable)
-STUB(_S_set_dtable)
-STUB(_S_get_fd)
-STUB(_S_set_fd)
-STUB(_S_get_environment)
-STUB(_S_set_environment)
-STUB(_S_get_env_variable)
-STUB(_S_set_env_variable)
-STUB(_S_io_select_done)
-STUB(_S_startup_dosync)
-
-STUB(_S_dir_changed)
-STUB(_S_file_changed)