elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
[glibc.git] / sysdeps / hurd / include / hurd.h
blob568092d670e76e104d3c6c33c61f784153eed2a8
1 #ifndef _HURD_H
2 #include_next <hurd.h>
4 void _hurd_libc_proc_init (char **argv);
6 /* Like __USEPORT, but cleans fd on cancel. */
7 #define __USEPORT_CANCEL(which, expr) \
8 HURD_PORT_USE_CANCEL (&_hurd_ports[INIT_PORT_##which], (expr))
10 #ifndef _ISOMAC
11 libc_hidden_proto (_hurd_exec_paths)
12 libc_hidden_proto (_hurd_init)
13 libc_hidden_proto (_hurd_libc_proc_init)
15 extern thread_t __hurd_thread_self (void);
16 libc_hidden_proto (__hurd_thread_self)
17 #endif
18 #endif