mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 11:00:31 +00:00
Improve signal handling and math
- Polyfill ucontext_t on FreeBSD/OpenBSD/NetBSD - Add tests confirming signals can edit CPU state - Work towards supporting ZIP filesystem on bare metal - Add more tinymath unit tests for POSIX conformance - Add X87 and SSE status flags to crash report - Fix some bugs in blinkenlights - Fix llvm build breakage
This commit is contained in:
parent
cdc54ea1fd
commit
40291c9db3
109 changed files with 2316 additions and 520 deletions
|
@ -29,8 +29,9 @@ int xwrite(int, const void *, uint64_t);
|
|||
╚────────────────────────────────────────────────────────────────────────────│*/
|
||||
|
||||
void xdie(void) wontreturn;
|
||||
char *xdtoa(double) _XMAL;
|
||||
char *xdtoaf(float) _XMAL;
|
||||
char *xdtoa(long double) _XMAL;
|
||||
char *xdtoal(long double) _XMAL;
|
||||
char *xasprintf(const char *, ...) printfesque(1) paramsnonnull((1)) _XMAL;
|
||||
char *xvasprintf(const char *, va_list) _XPNN _XMAL;
|
||||
char *xgetline(struct FILE *) _XPNN mallocesque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue