summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-01 07:11:57 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-01 07:11:57 +0000
commite2e9ee177f2c301bf4abcc9214228c010aaba3d1 (patch)
tree4ae1870fc8370e2903e64e127c062c8303f0a615 /io
parent39b77cef25a1beb0bd146d2f9c8c50e9f0618fd2 (diff)
Update.
1998-04-01 13:20 Mark Kettenis <kettenis@phys.uva.nl> * io/Makefile (static-only-routines): Add stat64, fstat64 and lstat64. 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * manual/Makefile: Use object-suffixes-for-libc instead of object-suffixes. * rpm/Makefile (install-lib): Likewise. 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug. * sysdeps/unix/sysv/linux/configure.in: Match $machine against `m68*', not only `m68k'. 1998-04-01 10:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Diffstat (limited to 'io')
-rw-r--r--io/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index 8329f4fa62..e15676f39d 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -49,7 +49,7 @@ routines := \
# These routines will be omitted from the libc shared object.
# Instead the static object files will be included in a special archive
# linked against when the shared library will be used.
-static-only-routines = stat fstat lstat mknod
+static-only-routines = stat fstat lstat mknod stat64 fstat64 lstat64
others := pwd
test-srcs := ftwtest