Home | History | Annotate | Line # | Download | only in compat
      1  1.3  lukem /*	$NetBSD: namespace.h,v 1.3 2003/10/27 00:12:43 lukem Exp $	*/
      2  1.1     tv 
      3  1.1     tv /*
      4  1.1     tv  * Mainly empty header to make reachover bits of libc happy.
      5  1.1     tv  *
      6  1.1     tv  * Since all reachover bits will include this, it's a good place to pull
      7  1.3  lukem  * in nbtool_config.h.
      8  1.1     tv  */
      9  1.3  lukem #include "nbtool_config.h"
     10  1.2     tv 
     11  1.2     tv /* No aliases in reachover-based libc sources. */
     12  1.2     tv #undef __indr_reference
     13  1.2     tv #undef __weak_alias
     14  1.2     tv #undef __warn_references
     15