Here's a patch for a few minor issues with rwlocks and semaphores.<br><br>src/c/alloc_2.d changes:<br>Hunk 1: Corrects a copy&paste error to select the right union member.<br><br>src/c/symbols_list.h changes:<br>Hunk 1: Adds a COUNT keyword, which is needed for mp::make-semaphore in<br>
        src/c/threads/semaphore.d.<br><br>src/c/threads/rwlock.d changes:<br>Hunk 1: Adds two missing arguments to an FEerror call.<br><br>src/h/internal.h changes:<br>Hunk 1: Adds two prototypes needed for the ECL_WITH_PACKAGE_RDLOCK_BEGIN and<br>
        ECL_WITH_PACKAGE_WRLOCK_BEGIN macros, used in package.d.  I added the<br>        prototypes to internal.h, since that is where those macros are<br>        defined.  Let me know if there is a better place to put them.<br>
<br>Regards,<br>-- <br>Jerry James<br><a href="http://www.jamezone.org/">http://www.jamezone.org/</a><br><br>