summaryrefslogtreecommitdiff
path: root/wctype/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-26 17:52:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-26 17:52:36 +0000
commite04b831ab49dfb24f1c1a70b3816bff5515cbab9 (patch)
tree8f8cdfa20ae8092fa962cbedfae28a6a6d580223 /wctype/Makefile
parent10301ff8a927c816099497d5806fbe336b7a749f (diff)
downloadglibc-e04b831ab49dfb24f1c1a70b3816bff5515cbab9.tar.gz
Update.
2000-07-25 Bruno Haible <haible@clisp.cons.org> * wctype/wctype.h (__wctrans_l): New declaration. * wctype/wctrans_l.c: New file. * wctype/Makefile (routines): Add wctrans_l. * rt/tst-aio4.c: New file, slightly modified version of tst-aio2. * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
Diffstat (limited to 'wctype/Makefile')
-rw-r--r--wctype/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctype/Makefile b/wctype/Makefile
index fe00e58d2a..0343ec8a3e 100644
--- a/wctype/Makefile
+++ b/wctype/Makefile
@@ -24,7 +24,8 @@ subdir := wctype
headers := wctype.h
distribute := cname-lookup.h
routines := wcfuncs wctype iswctype wctrans towctrans wcextra \
- wcfuncs_l iswctype_l towctrans_l wctype_l wcextra_l
+ wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l \
+ wcextra_l
tests := test_wctype test_wcfuncs