mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
This is a simple POSIX-style semaphore implementation that can be used
|
|
with pthread libraries that don't come with POSIX semaphores. At the
|
|
moment, this is a quick hack that does not implement all functions. The
|
|
functions that are implemented are probably not 100% POSIX compliant. Use
|
|
at your own risk!
|