]> git.corax.cc Git - corax/commit
klibc/sem: Add semaphore implementation mutex
authorMatthias Kruk <m@m10k.eu>
Sat, 8 Feb 2020 15:45:07 +0000 (00:45 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 8 Feb 2020 15:45:07 +0000 (00:45 +0900)
commit76b46ff484884e3ef01cbeb2cae571f89e61a0c0
tree1e66eeb4ea69a7209465a6daf988353f587dbf84
parentbe4334df5c5b1602e573ff3f8a1e461eebd6709a
klibc/sem: Add semaphore implementation
config.h
kernel/include/sem.h [new file with mode: 0644]
kernel/klibc/Makefile
kernel/klibc/sem.c [new file with mode: 0644]