diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-08 02:52:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-08 02:52:43 +0000 |
commit | d1a5466da874386f7de99d381513e6779a331c7e (patch) | |
tree | 5fdd8cf728bce263e588b070cc0f8ae360f9e3ed /dlfcn | |
parent | 48ddeb0b4c82cd33bea3e77e254e36cac52338ed (diff) | |
download | glibc-d1a5466da874386f7de99d381513e6779a331c7e.tar.gz |
Update.
2001-08-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/seekdir.c (seekdir): Set dirp->filepos.
* dirent/tst-seekdir.c (main): Check whether telldir right after
seekdir returns 2nd argument given to seekdir.
2001-08-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* dlfcn/Makefile (tststatic-ENV): Add $(common-objpfx) to
LD_LIBRARY_PATH.
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index e8d9ccb35d..46ba661f54 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -47,7 +47,7 @@ ifeq (yesyesyes,$(build-static)$(build-shared)$(elf)) tests += tststatic tests-static += tststatic modules-names += modstatic -tststatic-ENV = LD_LIBRARY_PATH=$(objpfx) +tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx) endif extra-objs += $(modules-names:=.os) eval.os |