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
Remove building with NOCRYPTO option
[minix.git]
/
sys
/
arch
/
i386
/
stand
/
lib
/
test
/
sanamespace.h
blob
361da1df7405bcabb6dc7c7bc8a95973d393d15a
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