syscall/syscall_lookup.h: Fix a newly introduced warning found in build testing.

This commit is contained in:
Gregory Nutt 2019-02-11 18:08:49 -06:00
parent 0bc800d71f
commit d743ca0896

View File

@ -363,7 +363,7 @@ SYSCALL_LOOKUP(up_assert, 2, STUB_up_assert)
/* The following are defined only if networking AND sockets are supported */
#if CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)
#ifdef CONFIG_NET
SYSCALL_LOOKUP(accept, 3, STUB_accept)
SYSCALL_LOOKUP(bind, 3, STUB_bind)
SYSCALL_LOOKUP(connect, 3, STUB_connect)