diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-18 01:46:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-18 01:46:57 +0000 |
commit | 1fc82a56bcf83467050101dc06a73f9d7c124693 (patch) | |
tree | b9881b337fcbd274be015d2b5410e102532fd2cb /posix/Makefile | |
parent | 3c8333780571c599b97ac94f359c76e5c51434c7 (diff) | |
download | glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.tar.gz glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.tar.xz glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.zip |
Update.
* posix/fnmatch.c: Put internal_fnmatch in separate file. Include twice, to define singlebyte and multibyte version. (fnmatch): Differentiate between singlebyte and multibyte locale and call appropriate internal function. * posix/fnmatch_loop.c: New file. * posix/Makefile (distribute): Add fnmatch_loop.c.
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 96c73933e5..674277e48b 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -31,7 +31,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ distribute := confstr.h TESTS TESTS2C.sed testcases.h \ PTESTS PTESTS2C.sed ptestcases.h \ - globtest.c globtest.sh wordexp-tst.sh annexc.c + globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c routines := \ uname \ |