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