mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 12:40:13 -04:00
15 lines
380 B
C
15 lines
380 B
C
/* $NetBSD: namespace.h,v 1.3 2003/10/27 00:12:43 lukem Exp $ */
|
|
|
|
/*
|
|
* Mainly empty header to make reachover bits of libc happy.
|
|
*
|
|
* Since all reachover bits will include this, it's a good place to pull
|
|
* in nbtool_config.h.
|
|
*/
|
|
#include "nbtool_config.h"
|
|
|
|
/* No aliases in reachover-based libc sources. */
|
|
#undef __indr_reference
|
|
#undef __weak_alias
|
|
#undef __warn_references
|