diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-03 17:33:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-03 17:33:49 +0000 |
commit | 6472c918f768547df3309f11a8158477ac032a5b (patch) | |
tree | 107afbec381b4508314df8548c078497da711e8d | |
parent | 6016e6f6f5ff42fe2a44b23cc84accfce9c17f23 (diff) | |
download | glibc-6472c918f768547df3309f11a8158477ac032a5b.zip glibc-6472c918f768547df3309f11a8158477ac032a5b.tar.gz glibc-6472c918f768547df3309f11a8158477ac032a5b.tar.bz2 |
Update.
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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 index 0000000..d2a3509 --- /dev/null +++ b/sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c @@ -0,0 +1 @@ +/* Nothing. */ |