wolfssh/examples/client
John Safranek 2f1231d185 macOS Semaphore Cleanup
macOS uses GCD for threading and semaphores, but they aren't quite like
POSIX semaphores. macOS allows the use of named POSIX semaphores.

1. Convert the semaphores to named POSIX semaphores.
2. Simplify all calls for semaphores into single function calls of the
   wrapper API.
3. Update both examples/client/client.c and apps/wolfssh/wolfssh.c.
4. Update both to deregister the WINCH signal.
2026-03-17 19:26:32 -07:00
..
client.c macOS Semaphore Cleanup 2026-03-17 19:26:32 -07:00
client.h Release v1.4.22 2025-12-29 16:53:33 -08:00
common.c Release v1.4.22 2025-12-29 16:53:33 -08:00
common.h Release v1.4.22 2025-12-29 16:53:33 -08:00
include.am