Yet another error introduced with last clock_systimer changes

This commit is contained in:
Gregory Nutt 2016-01-21 14:09:06 -06:00
parent c4e61a4761
commit 19919d630b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ SYSCALL_LOOKUP(up_assert, 2, STUB_up_assert)
#ifdef CONFIG_SYSTEM_TIME64
SYSCALL_LOOKUP(syscall_clock_systimer64, 0, STUB_clock_systimer64)
#endif
#else
SYSCALL_LOOKUP(syscall_clock_systimer32, 0, STUB_clock_systimer32)
#endif
SYSCALL_LOOKUP(clock_getres, 2, STUB_clock_getres)