minix/sys/arch/i386/stand/lib/test/sanamespace.h
2012-02-09 18:48:13 +01:00

21 lines
349 B
C

/* $NetBSD: sanamespace.h,v 1.1 1998/05/15 17:07:16 drochner Exp $ */
/* take back the namespace mangling done by "Makefile.satest" */
#undef main
#undef exit
#undef free
#undef open
#undef close
#undef read
#undef write
#undef ioctl
#undef lseek
#undef printf
#undef sprintf
#undef vprintf
#undef putchar
#undef gets
#undef strerror
#undef errno