about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-15 22:27:29 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-15 22:27:29 +0000
commit2d0aea11b0637e7ad3c5df6da3395a8248416811 (patch)
tree98af7885decf41874348c95617e1f31837b1cf8d /posix/Makefile
parent093b0a7df155f48803cde51ebf0694e2963a3b0c (diff)
downloadglibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.tar.gz
glibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.tar.xz
glibc-2d0aea11b0637e7ad3c5df6da3395a8248416811.zip
2001-02-15  Jakub Jelinek  <jakub@redhat.com>

	* posix/regex.c (init_syntax_once): Add prototype.
	(TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'.
	(re_search_2): Avoid warning.
	(count_mbs_length): Add prototype.
	* posix/tst-regex3.c: New file.
	* posix/Makefile (tests): Add bug-regex3.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index c20fa389a2..e61bf6565a 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -69,7 +69,7 @@ tests		:= tstgetopt testfnm runtests runptests	     \
 		   tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
 		   tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
 		   tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \
-		   tst-chmod bug-regex1 bug-regex2 tst-gnuglob
+		   tst-chmod bug-regex1 bug-regex2 bug-regex3 tst-gnuglob
 ifeq (yes,$(build-shared))
 test-srcs	:= globtest
 tests           += wordexp-test tst-exec tst-spawn