xref: /netbsd/sys/arch/i386/stand/lib/test/sanamespace.h (revision bf9ec67e)
1 /*	$NetBSD: sanamespace.h,v 1.1 1998/05/15 17:07:16 drochner 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 sprintf
16 #undef vprintf
17 #undef putchar
18 #undef gets
19 #undef strerror
20 #undef errno
21