]> git.corax.cc Git - corax/commit
Add mutex implementation to klibc
authorMatthias Kruk <m@m10k.eu>
Thu, 21 Nov 2019 08:33:28 +0000 (17:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 21 Nov 2019 08:33:28 +0000 (17:33 +0900)
commita5e76d13d99e2f87a8ce5a71f9ba03fcb8e2a493
treed784a1a8f3ffa7844bd6d2db098a2c31d3daf63e
parentaa0e4586dd3efe434b34ae7956a4c27220cb798d
Add mutex implementation to klibc
kernel/include/mutex.h [new file with mode: 0644]
kernel/klibc/Makefile
kernel/klibc/mutex.c [new file with mode: 0644]