cosmopolitan/test/tool/plinko
Justine Tunney c7a8cd21e9
Improve system call wrappers
This change improves copy_file_range(), sendfile(), splice(), openpty(),
closefrom(), close_range(), fadvise() and posix_fadvise() in addition to
writing tests that confirm things like errno and seeking behavior across
platforms. We now less aggressively polyfill behavior with some of these
functions when the platform support isn't available. Please see:

https://justine.lol/cosmopolitan/functions.html
2022-09-19 15:06:25 -07:00
..
algebra_test.lisp Add LISP interpreter 2022-04-07 20:30:22 -07:00
library_test.lisp Correct more typos (#500) 2022-07-21 20:53:30 -07:00
plinko_test.c Improve system call wrappers 2022-09-19 15:06:25 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00