mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 16:18:42 +02:00
12 lines
274 B
Diff
12 lines
274 B
Diff
https://bugs.gentoo.org/879699
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -156,7 +156,7 @@ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
|
|
AC_TRY_RUN([
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
-main()
|
|
+int main()
|
|
{
|
|
struct timespec tp;
|
|
if(clock_gettime(CLOCK_MONOTONIC, &tp))
|