Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Apr 2004 17:33:49 +0000 (17:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Apr 2004 17:33:49 +0000 (17:33 +0000)
2004-04-03  Ulrich Drepper  <drepper@redhat.com>

* 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.

ChangeLog
sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c [new file with mode: 0644]

index 0373cb9..06b6d1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-03  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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  <aj@suse.de>
 
        * nis/nss-nis.c: Include <string.h> 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 (file)
index 0000000..d2a3509
--- /dev/null
@@ -0,0 +1 @@
+/* Nothing.  */