RepoNotes
Toggle theme
Loading ...
Sign in
AssemblyScript/libc-test
Mirror of git://nsz.repo.hu:45100/repo/libc-test
7
1
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
AssemblyScript
874
Followers
0
Following
17
Repos
AssemblyScript
Umbrella GitHub organization for everything AssemblyScript.
Branches
master
Releases
Commits
fix sem_close regression test sem_close with O_CREAT takes 4 parameters, not 3. The last parameter, the initial value for the semaphore, had an arbitrary value from whatever was on the stack, and lea
sem_close: fix missing include for O_* constants Signed-off-by: Matus Kysel <mkysel@tachyum.com>
add sem_close regression test
Issues