summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-09-05 11:25:31 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-09-05 11:25:31 +0000
commit06c89ea3c3bae55b3208d9227f38cf29eae76b5f (patch)
tree92ce62991868bf11491682879fb95dcdaf3a063e /lib/libc/include
parentf84add81f55bdb6c2ed15631aaf7b05e89c4e4d0 (diff)
Use new framework for wrapping cat{open,gets,close}(), eliminating
_cat* in the process. ok kettenis@
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index b0cad502a31..381ccc35be7 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,12 +1,9 @@
-/* $OpenBSD: namespace.h,v 1.3 2015/08/31 02:53:56 guenther Exp $ */
+/* $OpenBSD: namespace.h,v 1.4 2015/09/05 11:25:30 guenther Exp $ */
#ifndef _LIBC_NAMESPACE_H_
#define _LIBC_NAMESPACE_H_
/* These will be replaced with symbol renaming ala PROTO_NORMAL */
-#define catclose _catclose
-#define catgets _catgets
-#define catopen _catopen
#define strtoq _strtoq
#define strtouq _strtouq
#define sys_errlist _sys_errlist