mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 18:52:29 +00:00
Add syscalls to Blinkenlights and fix bugs
This commit is contained in:
parent
f6df29cc3d
commit
578cb21591
25 changed files with 187 additions and 108 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
|
||||
TEST(strsignal, test) {
|
||||
EXPECT_STREQ("SIGUNKNOWN", strsignal(0));
|
||||
EXPECT_STREQ("SIGZERO", strsignal(0));
|
||||
EXPECT_STREQ("SIGINT", strsignal(SIGINT));
|
||||
EXPECT_STREQ("SIGQUIT", strsignal(SIGQUIT));
|
||||
EXPECT_STREQ("SIGALRM", strsignal(SIGALRM));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue