Write more tests and improve kill() on Windows

This commit is contained in:
Justine Tunney 2023-10-13 02:22:48 -07:00
parent b81a1bd9a8
commit d458642790
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 183 additions and 13 deletions

View file

@ -42,7 +42,7 @@ __msabi extern typeof(ExitThread) *const __imp_ExitThread;
* @see cthread_exit()
* @noreturn
*/
privileged wontreturn void _Exit1(int rc) {
wontreturn void _Exit1(int rc) {
#ifdef __x86_64__
char cf;
int ax, dx, di, si;