about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-30 09:32:23 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-30 09:32:23 +0000
commitb9cc1576e98a737b17e857e8c7ef0a419ebf70da (patch)
tree06ce0ca026901958e2051c9eb855214a14ba204b /ChangeLog
parentcdbfa9f89fa7ccba5f573facbd0a2322e1a6fcb8 (diff)
downloadglibc-b9cc1576e98a737b17e857e8c7ef0a419ebf70da.tar.gz
glibc-b9cc1576e98a737b17e857e8c7ef0a419ebf70da.tar.xz
glibc-b9cc1576e98a737b17e857e8c7ef0a419ebf70da.zip
Update.
	* misc/sys/syslog.h (vsyslog): Remove __THROW.

	* posix/unistd.h: Remove __THROW from getpass prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f41fa5a46..82c7f3860b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
 2003-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* misc/sys/syslog.h (vsyslog): Remove __THROW.
+
 	* misc/Makefile (CFLAGS-getpass.c): Add -fexceptions.
 	* misc/getpass.c (getpass): Add cleanup handler to ensure the
 	stream is closed even if the thread is canceled.
 	(call_fclose): New function.
-	* posix/unistd.h: Remove __THROW from getpass prorotype.
+	* posix/unistd.h: Remove __THROW from getpass prototype.
 
 	* posix/Makefile (CFLAGS-getopt.c): Add -fexceptions.