about summary refs log tree commit diff
path: root/sysdeps/hurd/include/hurd.h
blob: dc877173b533a578fb129cea43e86b19d7ae71d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef	_HURD_H
#include_next <hurd.h>

/* Like __USEPORT, but cleans fd on cancel.  */
#define	__USEPORT_CANCEL(which, expr) \
  HURD_PORT_USE_CANCEL (&_hurd_ports[INIT_PORT_##which], (expr))

#ifndef _ISOMAC
libc_hidden_proto (_hurd_exec_paths)
libc_hidden_proto (_hurd_init)
#endif
#endif