diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-11-11 02:48:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-11-11 02:48:09 +0000 |
| commit | ac8e56a7f941dd3a327bfebbcc6568d05d184989 (patch) | |
| tree | 9f56244d965dec1345589fb1aa8b7b147549c0dd /lib/libc/include | |
| parent | 7f78280b081fd4f24869dfe97310aa6ab1086a75 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 1 | ||||
| -rw-r--r-- | lib/libc/include/un-namespace.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 9d015200f15b..68babbea36a6 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -38,6 +38,7 @@ * ISO C (C90) section. Most names in libc aren't in ISO C, so they * should be here. Most aren't here... */ +#define err _err #define warn _warn /* diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index 21f099c85509..855c101b7ef3 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -136,6 +136,7 @@ int _kevent(int, const struct kevent *, int, struct kevent *, int _flock(int, int); #endif +#undef err #undef warn #endif /* _UN_NAMESPACE_H_ */ |
