summaryrefslogtreecommitdiff
path: root/src/lib/libc/include/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/include/namespace.h')
-rw-r--r--src/lib/libc/include/namespace.h9
1 files changed, 1 insertions, 8 deletions
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 @@
1/* $OpenBSD: namespace.h,v 1.4 2015/09/05 11:25:30 guenther Exp $ */ 1/* $OpenBSD: namespace.h,v 1.5 2015/09/06 20:26:20 guenther Exp $ */
2 2
3#ifndef _LIBC_NAMESPACE_H_ 3#ifndef _LIBC_NAMESPACE_H_
4#define _LIBC_NAMESPACE_H_ 4#define _LIBC_NAMESPACE_H_
5 5
6/* These will be replaced with symbol renaming ala PROTO_NORMAL */
7#define strtoq _strtoq
8#define strtouq _strtouq
9#define sys_errlist _sys_errlist
10#define sys_nerr _sys_nerr
11#define sys_siglist _sys_siglist
12
13/* 6/*
14 * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> 7 * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
15 * 8 *