Commit e7eceef2 by Robert Lipe Committed by Robert Lipe

* include/c_std/bits/std_ctime.h: Undefine difftime.

From-SVN: r38817
parent 3824a486
2001-01-09 Robert Lipe <robertlipe@usa.net>
* include/c_std/bits/std_ctime.h: Undefine difftime.
2001-01-09 Alexandre Oliva <aoliva@redhat.com>
* src/gen-num-limits.cc (signal_adapter): New template function.
......
......@@ -42,6 +42,8 @@
#pragma GCC system_header
#include <time.h>
#undef difftime
namespace std
{
using ::clock_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment