]> wimlib.net Git - wimlib/commit
Use pthread condition variables instead of semaphores
authorEric Biggers <ebiggers3@gmail.com>
Thu, 22 Nov 2012 06:28:24 +0000 (00:28 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 22 Nov 2012 06:28:24 +0000 (00:28 -0600)
commit277957c10e96a23f822b2e6ae22c8d126a93141a
tree3f5250acb852bf8b59250d75520d8356e203f6c4
parent08a55221fc6904ceaf4bd1c0532eb03e792d5420
Use pthread condition variables instead of semaphores

(Unnamed semaphores are not implemented on Mac OS X...)
src/write.c