Make some fixups to POSIX threads

This commit is contained in:
Justine Tunney 2022-09-07 21:13:50 -07:00
parent de511bc71a
commit 6c323383e5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 168 additions and 69 deletions

View file

@ -593,7 +593,7 @@ typedef struct {
#define notpossible \
do { \
asm("hlt"); \
asm("ud2"); \
unreachable; \
} while (0)