1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

initial import

This commit is contained in:
Roland McGrath
1995-02-18 01:27:10 +00:00
commit 28f540f45b
2263 changed files with 218361 additions and 0 deletions

26
hurd/msgstub.c Normal file
View 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)