mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
27 lines
550 B
C
27 lines
550 B
C
#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)
|