From 546626ef931a8053872c26e20dad7feab1cdee2e Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 6 Sep 2015 20:26:20 +0000 Subject: Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame to eliminate duplicate copies of the tables and get direct access internally ok kettenis@ deraadt@ --- src/lib/libc/include/namespace.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/libc/include/namespace.h') diff --git a/src/lib/libc/include/namespace.h b/src/lib/libc/include/namespace.h index 381ccc35be..939515251e 100644 --- a/src/lib/libc/include/namespace.h +++ b/src/lib/libc/include/namespace.h @@ -1,15 +1,8 @@ -/* $OpenBSD: namespace.h,v 1.4 2015/09/05 11:25:30 guenther Exp $ */ +/* $OpenBSD: namespace.h,v 1.5 2015/09/06 20:26:20 guenther Exp $ */ #ifndef _LIBC_NAMESPACE_H_ #define _LIBC_NAMESPACE_H_ -/* These will be replaced with symbol renaming ala PROTO_NORMAL */ -#define strtoq _strtoq -#define strtouq _strtouq -#define sys_errlist _sys_errlist -#define sys_nerr _sys_nerr -#define sys_siglist _sys_siglist - /* * Copyright (c) 2015 Philip Guenther * -- cgit v1.2.3-55-g6feb