about summary refs log tree commit diff
path: root/misc/sys
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 /misc/sys
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 'misc/sys')
-rw-r--r--misc/sys/syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h
index 8d501cfbd3..ace88a0979 100644
--- a/misc/sys/syslog.h
+++ b/misc/sys/syslog.h
@@ -198,7 +198,7 @@ extern void syslog (int __pri, __const char *__fmt, ...)
    or due to the implementation it is a cancellation point and
    therefore not marked with __THROW.  */
 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)
-     __THROW __attribute__ ((__format__(__printf__, 2, 0)));
+     __attribute__ ((__format__(__printf__, 2, 0)));
 #endif
 
 __END_DECLS