1 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
9 .${LIBC_TARGET_OS}.socket
12 add_entrypoint_object(
16 .${LIBC_TARGET_OS}.bind
19 add_entrypoint_object(
23 .${LIBC_TARGET_OS}.socketpair
26 add_entrypoint_object(
30 .${LIBC_TARGET_OS}.send
33 add_entrypoint_object(
37 .${LIBC_TARGET_OS}.sendto
40 add_entrypoint_object(
44 .${LIBC_TARGET_OS}.sendmsg
47 add_entrypoint_object(
51 .${LIBC_TARGET_OS}.recv
54 add_entrypoint_object(
58 .${LIBC_TARGET_OS}.recvfrom
61 add_entrypoint_object(
65 .${LIBC_TARGET_OS}.recvmsg