mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
initial import
This commit is contained in:
26
hurd/msgstub.c
Normal file
26
hurd/msgstub.c
Normal file
@ -0,0 +1,26 @@
|
||||
#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)
|
Reference in New Issue
Block a user