Skip to content
Snippets Groups Projects
Commit b7706508 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts: Fix incorrect CPP guard

parent 6e7fe8ee
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
* For older version of linux/netbsd without timerfd we fall back to the * For older version of linux/netbsd without timerfd we fall back to the
* pthread based implementation. * pthread based implementation.
*/ */
#if HAVE_SYS_TIMERFD_H #if defined(HAVE_SYS_TIMERFD_H)
#define USE_TIMERFD_FOR_ITIMER #define USE_TIMERFD_FOR_ITIMER
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment