Commit 23eb4547 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix stupid logic

parent d235db69
...@@ -76,9 +76,9 @@ int nanosleep(struct timespec *, struct timespec *); ...@@ -76,9 +76,9 @@ int nanosleep(struct timespec *, struct timespec *);
*/ */
# undef CLOCK_MONOTONIC # undef CLOCK_MONOTONIC
# define CLOCK_MONOTONIC CLOCK_REALTIME # define CLOCK_MONOTONIC CLOCK_REALTIME
# ifndef HAVE_CLOCK_NANOSLEEP #elif !defined (HAVE_CLOCK_NANOSLEEP)
# error We have quite a situation here! Fix me if it ever happens. /* Clock selection without clock in the first place, I don't think so. */
# endif # error We have quite a situation here! Fix me if it ever happens.
#endif #endif
/** /**
......
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