I tried to use some of the realtime functions in the librt library,
(namely sem_open()) and received errno 38 which is defined ENOSYS, which
means that the function is not implemented. I was wondering are named
semaphores implemented in librt or are they just declared for some time
in the future. Is there a make option/rule that adds the named semaphore
functions to this library that will allow me to rebuild this library?
 
Kind regards
Shane 


Reply via email to