diff options
author | Garrett D'Amore <garrett@damore.org> | 2014-05-18 20:08:38 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2014-07-11 20:35:28 -0700 |
commit | 2d08521bd15501c8370ba2153b9cca4f094979d0 (patch) | |
tree | cd843bc37fe795bc7bbdd04b5b13b0310a2d6be1 /usr/src/lib/libc/sparc | |
parent | 961519c5bffd5ec670890fc3596d6c4ff1cefea0 (diff) | |
download | illumos-gate-2d08521bd15501c8370ba2153b9cca4f094979d0.tar.gz |
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libc/sparc')
-rw-r--r-- | usr/src/lib/libc/sparc/Makefile.com | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/lib/libc/sparc/Makefile.com b/usr/src/lib/libc/sparc/Makefile.com index 25482d7324..15c5c2b092 100644 --- a/usr/src/lib/libc/sparc/Makefile.com +++ b/usr/src/lib/libc/sparc/Makefile.com @@ -22,6 +22,7 @@ # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2012, Joyent, Inc. All rights reserved. # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. +# Copyright 2013 Garrett D'Amore <garrett@damore.org> # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # Use is subject to license terms. @@ -732,16 +733,12 @@ PORTI18N= \ getwchar.o \ putwchar.o \ putws.o \ - strcasecmp.o \ - strcasestr.o \ - strncasecmp.o \ strtows.o \ wcsnlen.o \ wcstoimax.o \ wcstol.o \ wcstoul.o \ wcswcs.o \ - wscasecmp.o \ wscat.o \ wschr.o \ wscmp.o \ @@ -749,7 +746,6 @@ PORTI18N= \ wscspn.o \ wsdup.o \ wslen.o \ - wsncasecmp.o \ wsncat.o \ wsncmp.o \ wsncpy.o \ @@ -777,7 +773,6 @@ PORTI18N= \ wdresolve.o \ _ctype.o \ isascii.o \ - isdigit.o \ toascii.o PORTI18N_COND= \ @@ -801,11 +796,13 @@ PORTLOCALE= \ gb2312.o \ gbk.o \ getdate.o \ + isdigit.o \ iswctype.o \ ldpart.o \ lmessages.o \ lnumeric.o \ lmonetary.o \ + localeimpl.o \ localeconv.o \ mbftowc.o \ mblen.o \ @@ -828,9 +825,12 @@ PORTLOCALE= \ runetype.o \ setlocale.o \ setrunelocale.o \ + strcasecmp.o \ + strcasestr.o \ strcoll.o \ strfmon.o \ strftime.o \ + strncasecmp.o \ strptime.o \ strxfrm.o \ table.o \ @@ -840,6 +840,7 @@ PORTLOCALE= \ ungetwc.o \ utf8.o \ wcrtomb.o \ + wcscasecmp.o \ wcscoll.o \ wcsftime.o \ wcsnrtombs.o \ |