about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-27 22:44:52 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-27 22:44:52 +0000
commit09a2231b580ea777c6bb72f6815491ae035faeea (patch)
treef6c8ae435020718650f074f644f903d9b14c2825 /ChangeLog
parentd1ce5f2a8cc01c63940a4ebd1dc2e97c70e139ac (diff)
downloadglibc-09a2231b580ea777c6bb72f6815491ae035faeea.tar.gz
glibc-09a2231b580ea777c6bb72f6815491ae035faeea.tar.xz
glibc-09a2231b580ea777c6bb72f6815491ae035faeea.zip
Update.
	* sysdeps/unix/sysv/linux/bits/statvfs.h: Change type of f_fsid field
	to unsigned long.  Add __f_unused.  Define _STATVFSBUF_F_UNUSED.
	* sysdeps/unix/sysv/linux/internal_statvfs.c: Adjust initialization of
	f_fsid field after change in struct statvfs.
	* sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: New file.
	* sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: New file.

	* conform/data/sys/stat.h-data: Remove isfdtype.  Use
	optional-macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e28c70127..47bb8e5859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2001-01-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/bits/statvfs.h: Change type of f_fsid field
+	to unsigned long.  Add __f_unused.  Define _STATVFSBUF_F_UNUSED.
+	* sysdeps/unix/sysv/linux/internal_statvfs.c: Adjust initialization of
+	f_fsid field after change in struct statvfs.
+	* sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: New file.
+	* sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: New file.
+	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: New file.
+
+	* conform/data/sys/stat.h-data: Remove isfdtype.  Use
+	optional-macro.
+
 	* conform/data/sys/socket.h-data: Fix typos.  Correct getsockopt,
 	recvfrom, send, and socketpair prototypes.  Add allow lines.
 	* socket/sys/socket.h: Include <sys/uio.h>.