Skip to content

Commit

Permalink
Do some work on TurfWar
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Oct 7, 2022
1 parent bc353f4 commit 05197af
Show file tree
Hide file tree
Showing 12 changed files with 497 additions and 179 deletions.
2 changes: 1 addition & 1 deletion libc/calls/sigsuspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "libc/sysv/errfuns.h"

/**
* Blocks until SIG ∉ MASK is delivered to process.
* Blocks until SIG ∉ MASK is delivered to thread.
*
* This temporarily replaces the signal mask until a signal that it
* doesn't contain is delivered.
Expand Down
Loading

0 comments on commit 05197af

Please sign in to comment.