diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 04:35:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-16 04:35:55 +0000 |
commit | 9ff9add9a5812f6677d22c7d6bb17471cfc9025b (patch) | |
tree | 948d5f982e1eca31f9accea7919e78984cc54094 /io/Makefile | |
parent | e993e9cc1c6b0dbe4c3d12ab7fe45678e3e39e27 (diff) | |
download | glibc-9ff9add9a5812f6677d22c7d6bb17471cfc9025b.tar.gz glibc-9ff9add9a5812f6677d22c7d6bb17471cfc9025b.tar.xz glibc-9ff9add9a5812f6677d22c7d6bb17471cfc9025b.zip |
Update.
2000-07-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch. Patch by Greg McGary <greg@mcgary.org>. * io/Makefile (tests): Add tst-getcwd. * io/tst-getcwd.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index 5f5bd08f80..0c2cf9b3cd 100644 --- a/io/Makefile +++ b/io/Makefile @@ -55,7 +55,7 @@ static-only-routines = stat fstat lstat mknod stat64 fstat64 lstat64 others := pwd test-srcs := ftwtest -tests := test-utime test-stat test-lfs +tests := test-utime test-stat test-lfs tst-getcwd distribute := ftwtest-sh |