diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-01 19:44:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-01 19:44:33 +0000 |
commit | 9700b0390e40c7ffaed2a74ae3285edfe6080bd3 (patch) | |
tree | 51b814dcdce050fc10f562542b36bd5956ed6fce /posix/Makefile | |
parent | ed09a96ca8b1b9c830343b977f317ca11d691a27 (diff) | |
download | glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.tar.gz glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.tar.xz glibc-9700b0390e40c7ffaed2a74ae3285edfe6080bd3.zip |
* posix/fnmatch.c (STRUCT): Define.
(fnmatch): Pass NULL as last argument to internal_fn{,w}match. * posix/fnmatch_loop.c (struct STRUCT): New type. (FCT): Add ends argument. If ends != NULL and normal * is seen in the pattern, store current pattern and string pointers and return. Adjust recursive calls. (EXT): Adjust FCT callers. (STRUCT): Undef at the end of the file. * posix/Makefile (tests): Add tst-fnmatch2. * posix/tst-fnmatch2.c: New test.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index d17e976e3c..6c9a1bf0c3 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -90,7 +90,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-execv1 tst-execv2 tst-execl1 tst-execl2 \ tst-execve1 tst-execve2 tst-execle1 tst-execle2 \ tst-execvp3 tst-execvp4 tst-rfc3484 tst-rfc3484-2 \ - tst-getaddrinfo3 + tst-getaddrinfo3 tst-fnmatch2 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |