Dan Gohman
1cbedc6d7e
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.
2019-04-23 15:01:23 -07:00
Dan Gohman
538937e2c8
Remove capsicum.h; WASI libc doesn't support that API, even internally.
2019-04-23 15:01:05 -07:00
Dan Gohman
1cc98f27f5
Update to cloudlibc 8835639f27fc42d32096d59d294a0bbb857dc368.
...
There's no functional change here; the only change is the patch I
submitted upstream, so we can remove some local changes.
2019-04-15 09:49:02 -07:00
Dan Gohman
7ba6adfc61
Fix miscellaneous lint warnings.
2019-04-15 09:47:16 -07:00
Dan Gohman
320054e84f
WASI libc prototype implementation.
...
This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen,
and dlmalloc, as well as a significant amount of new code.
2019-03-27 07:59:55 -07:00