]> git.proxmox.com Git - wasi-libc.git/commit
Implement FD_SET, FD_CLR, etc.
authorDan Gohman <sunfish@mozilla.com>
Sat, 20 Apr 2019 00:22:28 +0000 (17:22 -0700)
committerDan Gohman <sunfish@mozilla.com>
Tue, 23 Apr 2019 22:01:23 +0000 (15:01 -0700)
commit1cbedc6d7e51fcc56bf12d1b4420fc0a5c9af51b
treeb8844c30e3326d5dd5fdca96d4b4319469e7150c
parent538937e2c884c88a7103e7739fd2900716885b90
Implement FD_SET, FD_CLR, etc.

Previously, FD_SET and friends were missing their actual definitions.
This provides definitions, entirely within the system headers in a
way that doesn't need instantiated out-of-line definitions.
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/predefined-macros.txt
libc-bottom-half/cloudlibc/src/libc/sys/select/FD_CLR.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/sys/select/FD_COPY.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/sys/select/FD_ISSET.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/sys/select/FD_SET.c [deleted file]
libc-bottom-half/cloudlibc/src/libc/sys/select/FD_ZERO.c [deleted file]
libc-bottom-half/headers/public/__fd_set.h