Fix an error in conditional compilation introduced in the last set of changes

This commit is contained in:
Gregory Nutt 2016-01-21 13:42:34 -06:00
parent a4f5254cbe
commit 7db9a952bc

View File

@ -213,7 +213,7 @@
#ifdef CONFIG_SYSTEM_TIME64
# define SYS_clock_systimer64 (__SYS_clock+0)
#endif
#else
# define SYS_clock_systimer32 (__SYS_clock+0)
#endif
#define SYS_clock_getres (__SYS_clock+1)