summaryrefslogtreecommitdiff
path: root/nuttx/syscall/syscall_funclookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall/syscall_funclookup.c')
-rw-r--r--nuttx/syscall/syscall_funclookup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/syscall/syscall_funclookup.c b/nuttx/syscall/syscall_funclookup.c
index b768b2445..6f38634ac 100644
--- a/nuttx/syscall/syscall_funclookup.c
+++ b/nuttx/syscall/syscall_funclookup.c
@@ -1,7 +1,7 @@
/****************************************************************************
* syscall/syscall_funclookup.c
*
- * Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@
* a kernel build.
*/
-#if defined(CONFIG_NUTTX_KERNEL) && defined(__KERNEL__)
+#if defined(CONFIG_LIB_SYSCALL) && defined(__KERNEL__)
#include <sys/stat.h>
#include <sys/wait.h>
@@ -121,4 +121,4 @@ const uintptr_t g_funclookup[SYS_nsyscalls] =
* Public Functions
****************************************************************************/
-#endif /* CONFIG_NUTTX_KERNEL && __KERNEL__ */
+#endif /* CONFIG_LIB_SYSCALL && __KERNEL__ */