summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_lookup.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-17 11:21:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-17 11:21:29 -0600
commit30530b8c9880ff214a088372932511e67e9a012d (patch)
tree0dd13c88ea8f28cb8b97b714029f5ed57c7be891 /nuttx/syscall/syscall_lookup.h
parentdb5562382f7957ff1ada27f31f1ea4eacd6ba6f0 (diff)
downloadnuttx-30530b8c9880ff214a088372932511e67e9a012d.tar.gz
nuttx-30530b8c9880ff214a088372932511e67e9a012d.tar.bz2
nuttx-30530b8c9880ff214a088372932511e67e9a012d.zip
Fix compile errors when the on_exit() interface is enabled in the kernel build. From Ken Pettit
Diffstat (limited to 'nuttx/syscall/syscall_lookup.h')
-rw-r--r--nuttx/syscall/syscall_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/syscall/syscall_lookup.h b/nuttx/syscall/syscall_lookup.h
index a5e2045bc..d87385f0a 100644
--- a/nuttx/syscall/syscall_lookup.h
+++ b/nuttx/syscall/syscall_lookup.h
@@ -80,7 +80,7 @@ SYSCALL_LOOKUP(up_assert, 2, STUB_up_assert)
#endif
#ifdef CONFIG_SCHED_ONEXIT
- SYSCALL_LOOKUP(on_exit, 2, STUB_onexit)
+ SYSCALL_LOOKUP(on_exit, 2, STUB_on_exit)
#endif
#ifdef CONFIG_SCHED_WAITPID