Commit 3eaa6afc by Janne Blomqvist

Include errno.h needed by fallbacks

From-SVN: r169467
parent 21ac7f65
2011-02-01 Janne Blomqvist <jb@gcc.gnu.org>
* intrinsics/time_1.h: Include errno.h needed by fallbacks.
2011-01-31 Janne Blomqvist <jb@gcc.gnu.org> 2011-01-31 Janne Blomqvist <jb@gcc.gnu.org>
* intrinsics/time_1.h: Fix definition of GF_CLOCK_MONOTONIC macro. * intrinsics/time_1.h: Fix definition of GF_CLOCK_MONOTONIC macro.
......
...@@ -29,6 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -29,6 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include <unistd.h> #include <unistd.h>
#endif #endif
#include <errno.h>
/* The time related intrinsics (DTIME, ETIME, CPU_TIME) to "compare /* The time related intrinsics (DTIME, ETIME, CPU_TIME) to "compare
different algorithms on the same computer or discover which parts different algorithms on the same computer or discover which parts
are the most expensive", need a way to get the CPU time with the are the most expensive", need a way to get the CPU time with the
......
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