xref: /minix/sys/arch/i386/stand/lib/test/sanamespace.h (revision 0a6a1f1d)
1 /*	$NetBSD: sanamespace.h,v 1.2 2014/03/26 17:58:57 christos Exp $	*/
2 
3 /* take back the namespace mangling done by "Makefile.satest" */
4 
5 #undef main
6 #undef exit
7 #undef free
8 #undef open
9 #undef close
10 #undef read
11 #undef write
12 #undef ioctl
13 #undef lseek
14 #undef printf
15 #undef vprintf
16 #undef putchar
17 #undef gets
18 #undef strerror
19 #undef errno
20