From: Ulrich Drepper Date: Sat, 3 Apr 2004 17:33:49 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~551 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6472c918f768547df3309f11a8158477ac032a5b;p=thirdparty%2Fglibc.git Update. 2004-04-03 Ulrich Drepper * sysdeps/unix/sysv/linux/internal_statvfs.c: Restructure to avoid duplication in 64-bit version. * sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c: New file. --- diff --git a/ChangeLog b/ChangeLog index 0373cb9bc41..06b6d1d2588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-03 Ulrich Drepper + + * sysdeps/unix/sysv/linux/internal_statvfs.c: Restructure to avoid + duplication in 64-bit version. + * sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c: New file. + 2004-04-03 Andreas Jaeger * nis/nss-nis.c: Include for strncmp. diff --git a/sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c b/sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c new file mode 100644 index 00000000000..d2a3509c6d5 --- /dev/null +++ b/sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c @@ -0,0 +1 @@ +/* Nothing. */