xref: /minix3/tools/compat/namespace.h (revision c8a0e2f4c688362b79ef1474cea604c8ebd6045d)
1*c8a0e2f4SThomas Veerman /*	$NetBSD: namespace.h,v 1.3 2003/10/27 00:12:43 lukem Exp $	*/
2*c8a0e2f4SThomas Veerman 
3*c8a0e2f4SThomas Veerman /*
4*c8a0e2f4SThomas Veerman  * Mainly empty header to make reachover bits of libc happy.
5*c8a0e2f4SThomas Veerman  *
6*c8a0e2f4SThomas Veerman  * Since all reachover bits will include this, it's a good place to pull
7*c8a0e2f4SThomas Veerman  * in nbtool_config.h.
8*c8a0e2f4SThomas Veerman  */
9*c8a0e2f4SThomas Veerman #include "nbtool_config.h"
10*c8a0e2f4SThomas Veerman 
11*c8a0e2f4SThomas Veerman /* No aliases in reachover-based libc sources. */
12*c8a0e2f4SThomas Veerman #undef __indr_reference
13*c8a0e2f4SThomas Veerman #undef __weak_alias
14*c8a0e2f4SThomas Veerman #undef __warn_references
15