Warning: This file is not a C or C++ file. It does not have highlighting.

1#ifndef _HURD_H
2#include_next <hurd.h>
3
4void _hurd_libc_proc_init (char **argv);
5
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))
9
10#ifndef _ISOMAC
11libc_hidden_proto (_hurd_exec_paths)
12libc_hidden_proto (_hurd_init)
13libc_hidden_proto (_hurd_libc_proc_init)
14#endif
15#endif
16

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/hurd/include/hurd.h