about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-21 05:13:40 +0000
committerRoland McGrath <roland@gnu.org>2001-07-21 05:13:40 +0000
commit11c0b1e39ba31c9ab2731dcd846e2335f778a82e (patch)
treed4aaf3e17d513d0cdc63de32b3f851d876cfd417 /ChangeLog
parentd3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62 (diff)
downloadglibc-11c0b1e39ba31c9ab2731dcd846e2335f778a82e.tar.gz
glibc-11c0b1e39ba31c9ab2731dcd846e2335f778a82e.tar.xz
glibc-11c0b1e39ba31c9ab2731dcd846e2335f778a82e.zip
* sysdeps/generic/device-nrs.h (DEV_TTY_P): Change argument type
	from `dev_t' (st_rdev value) `const struct stat *'.
	* sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Likewise.
	* libio/filedoalloc.c (_IO_file_doallocate): Change caller.
	* sysdeps/mach/hurd/device-nrs.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2d63b4e7b..e34991d6bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2001-07-20  Roland McGrath  <roland@frob.com>
 
+	* sysdeps/generic/device-nrs.h (DEV_TTY_P): Change argument type
+	from `dev_t' (st_rdev value) `const struct stat *'.
+	* sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Likewise.
+	* libio/filedoalloc.c (_IO_file_doallocate): Change caller.
+	* sysdeps/mach/hurd/device-nrs.h: New file.
+
 	* libio/stdio_ext.h: Moved to ...
 	* stdio-common/stdio_ext.h: ... here.
 	* libio/Makefile (headers): Move stdio_ext.h from here ...