diff options
| author | joerg <joerg@NetBSD.org> | 2013-04-18 22:23:17 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-04-18 22:23:17 +0000 |
| commit | a01984ea389d0f99eaa2d3fb6539c299e89bee89 (patch) | |
| tree | 8edb49dd747a2163c3695459991c08b05d205bdd /lib/libc/include | |
| parent | 58a085140cefc241d8da6d36ecdea47bbddd26e3 (diff) | |
Add wcstof_l, wcstod_l and wcstold_l.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index b7d2a57b78a..32adb92af75 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.159 2013/04/18 21:54:11 joerg Exp $ */ +/* $NetBSD: namespace.h,v 1.160 2013/04/18 22:23:17 joerg Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -707,8 +707,11 @@ #define wcsdup _wcsdup #define wcsncasecmp _wcsncasecmp #define wcstof _wcstof +#define wcstof_l _wcstof_l #define wcstod _wcstod +#define wcstod_l _wcstod_l #define wcstold _wcstold +#define wcstold_l _wcstold_l #define wcwidth _wcwidth #define wcwidth_l _wcwidth_l #define xdr_accepted_reply _xdr_accepted_reply |
