CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/03/16 12:52:20
Modified files:
emulators/BasiliskII: Makefile
Log message:
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.
