about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-04 16:19:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-04 16:19:05 +0000
commit966f66bbbf546a0fd2b49c6036585ef55d452fc5 (patch)
tree12ab08405fb4087d30b632151a4b6c751405309f /ChangeLog
parent17f83e56d0d54b3e36912d5ba1795624497d2559 (diff)
downloadglibc-966f66bbbf546a0fd2b49c6036585ef55d452fc5.tar.gz
glibc-966f66bbbf546a0fd2b49c6036585ef55d452fc5.tar.xz
glibc-966f66bbbf546a0fd2b49c6036585ef55d452fc5.zip
Update.
	* posix/unistd.h: Add back __THROW to sysconf, pathconf, fpathconf.

	over the place.  It would be allowed to have these functions as
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bc25c68f44..13f55eec69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-04  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/unistd.h: Add back __THROW to sysconf, pathconf, fpathconf.
+
 	* sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
 	Report correct value for vxfs.
 	* sysdeps/unix/sysv/linux/linux_fsinfo.h: Dfeine VXFS_SUPER_MAGIC.
@@ -8,7 +10,7 @@
 	data.
 
 	* sysdeps/generic/utmp_file.c: Use not-cancelable syscalls all
-	over the place.  It would be allowed to have these fucntions as
+	over the place.  It would be allowed to have these functions as
 	cancellation points but the cleanup would be ugly and a lot of
 	work.