Fix yet another system/netdb configuration dependency

This commit is contained in:
Gregory Nutt 2015-07-10 16:03:41 -06:00
parent fb70a0a95b
commit c37bc37693
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ SYSCALL_LOOKUP(up_assert, 2, STUB_up_assert)
SYSCALL_LOOKUP(setsockopt, 5, STUB_setsockopt)
SYSCALL_LOOKUP(socket, 3, STUB_socket)
#endif
#endif /* CONFIG_NET */
/* The following is defined only if CONFIG_TASK_NAME_SIZE > 0 */