Re: timer_create for openbsd. Any equivalent ?

2015-04-28 Thread syphax azmole
Ok, thank you Le mar. 28 avr. 2015 à 01:36, Ted Unangst a écrit : > syphax azmole wrote: > > Hello list, > > > > I have a small "C" program using standard POSIX timer_create(2), > > timer_delete(2) and SIGEV_SIGNAL. > > It seems that OpenBSD doesn't have such API. (and doesn't have librt). > >

Re: timer_create for openbsd. Any equivalent ?

2015-04-27 Thread Ted Unangst
syphax azmole wrote: > Hello list, > > I have a small "C" program using standard POSIX timer_create(2), > timer_delete(2) and SIGEV_SIGNAL. > It seems that OpenBSD doesn't have such API. (and doesn't have librt). > I'm curious: why are they not implemented ? For security reason ? they are > not ea

timer_create for openbsd. Any equivalent ?

2015-04-27 Thread syphax azmole
Hello list, I have a small "C" program using standard POSIX timer_create(2), timer_delete(2) and SIGEV_SIGNAL. It seems that OpenBSD doesn't have such API. (and doesn't have librt). I'm curious: why are they not implemented ? For security reason ? they are not easy to implement ? Maybe they are us