diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-07-24 09:50:50 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-07-24 09:50:50 +0000 |
commit | 712857991e27f65a2d0ff448c6a600683dbb41b2 (patch) | |
tree | 323ccadeae41a1063c7e1aaee00551d1707fec3a /lib/libc/locale/Makefile.inc | |
parent | 01de6f1c7d84e1f5236132dd37a6b59705a43902 (diff) |
split off mbrtowc functions, so that vfprintf won't pull the whole
multibyte_sb.c contents.
okay millert@
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index da965f5a11d..c494df24fad 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile.inc,v 1.8 2005/07/01 08:59:27 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2005/07/24 09:50:49 espie Exp $ # locale sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/locale ${LIBCSRCDIR}/locale SRCS+= _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \ - localeconv.c nl_langinfo.c setlocale.c iswctype_sb.c multibyte_sb.c \ + localeconv.c nl_langinfo.c setlocale.c iswctype_sb.c mbrtowc_sb.c \ + multibyte_sb.c \ __mb_cur_max.c wcstod.c wcstol.c wcstoul.c wcstoll.c wcstoull.c MAN+= nl_langinfo.3 setlocale.3 iswalnum.3 towlower.3 \ |