naddy 1dce83b538 emulators/BasiliskII: fix build with LLVM 11 libc++
Remove local semaphore.h to keep it from accidentally being picked up
by libc++ headers in place of the system <semaphore.h>.  We don't need
to emulate POSIX semaphores, we have the real thing in libc.
2021-03-16 18:52:20 +00:00
..