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