summaryrefslogtreecommitdiff
path: root/nuttx/syscall/stub_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall/stub_lookup.h')
-rw-r--r--nuttx/syscall/stub_lookup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/syscall/stub_lookup.h b/nuttx/syscall/stub_lookup.h
index f9b33938b..4f75c1696 100644
--- a/nuttx/syscall/stub_lookup.h
+++ b/nuttx/syscall/stub_lookup.h
@@ -247,6 +247,12 @@ STUB_LOOKUP(3, STUB_up_assert_code) /* SYS_up_assert_code */
STUB_LOOKUP(3, STUB_socket) /* SYS_socket */
#endif
+/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */
+
+#if CONFIG_TASK_NAME_SIZE > 0
+ STUB_LOOKUP(5, STUB_prctl) /* SYS_prctl */
+#endif
+
/****************************************************************************
* Private Functions
****************************************************************************/