Christian Weisgerber:

> emulators/BasiliskII        undeclared identifier sem_timedwait
> graphics/delaboratory       unknown type name sem_t

Quick analysis: Those fail because they include their own semaphore.h
header, which is picked up by /usr/include/c++/v1/__threading_support.
In fact, BasiliskII includes its own implementation of the standard
sem_* functions.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to