]> git.corax.cc Git - corax/commit
kernel/klibc: Add FCFS-semaphore implementation
authorMatthias Kruk <m@m10k.eu>
Tue, 18 Feb 2020 12:00:21 +0000 (21:00 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 18 Feb 2020 12:00:21 +0000 (21:00 +0900)
commit9685b64b970fdd0c0a459cbd52c6291006ee9202
tree302912d37a71f82068c9e6de3f96a0fc42e674a6
parent8d4d5e0cb09a7c167d453a24db3ccc088644e079
kernel/klibc: Add FCFS-semaphore implementation
 - Add ffs type and ffs_* functions
 - Fix grammar in documentation of sem_* functions
 - Make sure lines in sem.h don't exceed 80 columns
kernel/include/ffs.h [new file with mode: 0644]
kernel/include/sem.h
kernel/klibc/ffs.c [new file with mode: 0644]