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 #ifdef CONFIG_SYSTEM_TIME64
# define SYS_clock_systimer64 (__SYS_clock+0) # define SYS_clock_systimer64 (__SYS_clock+0)
#endif #else
# define SYS_clock_systimer32 (__SYS_clock+0) # define SYS_clock_systimer32 (__SYS_clock+0)
#endif #endif
#define SYS_clock_getres (__SYS_clock+1) #define SYS_clock_getres (__SYS_clock+1)