repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack - fix ipcvecs
[minix.git]
/
sys
/
arch
/
i386
/
stand
/
lib
/
test
/
sanamespace.h
blob
41264a58a91500a384ac50913198debc1d7fbabe
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