cosmopolitan/tool
Justine Tunney 3e19b96ab8 Add more POSIX function stubs
Cosmopolitan currently doesn't support threads and it doesn't do
anything fancy in longjmp/setjmp so this change was simple to do

- localeconv
- _setjmp (same as setjmp)
- _longjmp (same as longjmp)
- strcoll (same as strcmp)
- flockfile (does nothing)
- funlockfile (does nothing)
- ftrylockfile (does nothing)

See #61
2021-03-02 03:27:55 -08:00
..
build Generate ZIP files the same way as Windows 2021-03-01 06:24:11 -08:00
decode Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
emacs Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Fix redbean daemonization 2021-03-02 00:43:30 -08:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00