From 06c89ea3c3bae55b3208d9227f38cf29eae76b5f Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 5 Sep 2015 11:25:31 +0000 Subject: Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process. ok kettenis@ --- lib/libc/include/namespace.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc/include') 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 -- cgit v1.2.3