diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-16 06:52:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-16 06:52:42 +0000 |
commit | 0bd537d8e02108727d5a646a4c8de647b077ffa9 (patch) | |
tree | d10eb44563cef2e2e2b451a5989731c24bd28814 /wcsmbs/Makefile | |
parent | 0fb653cca7e51af40a2e620febc84add585feb94 (diff) | |
download | glibc-0bd537d8e02108727d5a646a4c8de647b077ffa9.tar.gz glibc-0bd537d8e02108727d5a646a4c8de647b077ffa9.tar.xz glibc-0bd537d8e02108727d5a646a4c8de647b077ffa9.zip |
Update.
1999-08-15 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wcsnlen.c: Correct decrement maxlen. * wcsmbs/Makefile (tests): Add tst-wcsnlen. * wcsmbs/tst-wcsnlen.c: New file.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index f1dc651877..7ca2800c05 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -39,7 +39,7 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ wcscasecmp wcsncase wcscasecmp_l wcsncase_l \ wcsmbsload -tests := tst-wcstof wcsmbs-tst1 +tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen include ../Rules |