Add files from parent branch HEAD:
[pkgsrcv2.git] / devel / pthread-sem / DESCR
1   This is a simple POSIX-style semaphore implementation that can be used
2 with pthread libraries that don't come with POSIX semaphores.  At the
3 moment, this is a quick hack that does not implement all functions.  The
4 functions that are implemented are probably not 100% POSIX compliant.  Use
5 at your own risk!