mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-16 05:40:08 +00:00
5dbfe13b35
* sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden prototypes. * sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise. * sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
8 lines
137 B
C
8 lines
137 B
C
#ifndef _HURD_H
|
|
#include_next <hurd.h>
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (_hurd_exec_paths)
|
|
libc_hidden_proto (_hurd_init)
|
|
#endif
|
|
#endif
|