summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-04-19 23:28:47 +0000
committerjoerg <joerg@NetBSD.org>2013-04-19 23:28:47 +0000
commitbd02ea9984d47ffcd53008b81e69b5f39dde4809 (patch)
treecfc608bc07bdd0d76e030932aaf1121e94732cd2 /lib/libc/include
parent1dac79f3bd80a6f3f4e6813f54748c7c2037b235 (diff)
Add dummy strcoll_l and strxfrm_l.
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/namespace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 3025d779162..396938cc3b4 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.162 2013/04/19 15:22:24 joerg Exp $ */
+/* $NetBSD: namespace.h,v 1.163 2013/04/19 23:28:47 joerg Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -606,6 +606,7 @@
#define srandom _srandom
#define statvfs(a, b) _statvfs(a, b)
#define strcasecmp _strcasecmp
+#define strcoll_l _strcoll_l
#define strdup _strdup
#define stresep _stresep
#define strftime_z _strftime_z
@@ -619,6 +620,7 @@
#define strtok_r _strtok_r
#define strnunvisx _strnunvisx
#define strvisx _strvisx
+#define strxfrm_l _strxfrm_l
#define svc_auth_reg _svc_auth_reg
#define svc_create _svc_create
#define svc_dg_create _svc_dg_create