mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
hurd: Export _hurd_libc_proc_init
hurd's libdiskfs needs to be able to call _hurd_init + _hurd_libc_proc_init for bootstrap initialization.
This commit is contained in:
parent
dff9e592b8
commit
0385d5fff8
@ -138,6 +138,11 @@ libc {
|
||||
_hurd_port_move;
|
||||
}
|
||||
|
||||
GLIBC_2.34 {
|
||||
# "quasi-internal" functions
|
||||
_hurd_libc_proc_init;
|
||||
}
|
||||
|
||||
HURD_CTHREADS_0.3 {
|
||||
# weak refs to libthreads functions that libc calls iff libthreads in use
|
||||
__cthread_fork; __pthread_create; __cthread_detach; __pthread_detach;
|
||||
|
@ -275,6 +275,9 @@ extern void _hurd_init (int flags, char **argv,
|
||||
mach_port_t *portarray, size_t portarraysize,
|
||||
int *intarray, size_t intarraysize);
|
||||
|
||||
/* Register the process to the proc server. */
|
||||
extern void _hurd_libc_proc_init (char **argv);
|
||||
|
||||
/* Do startup handshaking with the proc server, and initialize library data
|
||||
structures that require proc server interaction. This includes
|
||||
initializing signals; see _hurdsig_init in <hurd/signal.h>. */
|
||||
|
@ -2206,6 +2206,7 @@ GLIBC_2.33 stat F
|
||||
GLIBC_2.33 stat64 F
|
||||
GLIBC_2.34 __isnanf128 F
|
||||
GLIBC_2.34 __libc_start_main F
|
||||
GLIBC_2.34 _hurd_libc_proc_init F
|
||||
GLIBC_2.4 __confstr_chk F
|
||||
GLIBC_2.4 __fgets_chk F
|
||||
GLIBC_2.4 __fgets_unlocked_chk F
|
||||
|
Loading…
Reference in New Issue
Block a user