Author: sebor
Date: Mon Jul 16 17:07:52 2007
New Revision: 556777
URL: http://svn.apache.org/viewvc?view=rev&rev=556777
Log:
2007-07-17 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-486
* time_put.cpp (tzset): Added throw() to the declaration.
Modified:
incubator/stdcxx/trunk/src/time_put.cpp
Modified: incubator/stdcxx/trunk/src/time_put.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/time_put.cpp?view=diff&rev=556777&r1=556776&r2=556777
==============================================================================
--- incubator/stdcxx/trunk/src/time_put.cpp (original)
+++ incubator/stdcxx/trunk/src/time_put.cpp Mon Jul 16 17:07:52 2007
@@ -92,7 +92,7 @@
// declare these for Linux glibc and SunOS
extern int daylight;
extern long int timezone;
-extern void tzset ();
+extern void tzset () _LIBC_THROWS ();
} // extern "C"