Re: POSIX lesson please

2018-12-24 Thread Matthew Selsky via devel
On Mon, Dec 24, 2018 at 03:50:33PM +0100, Achim Gratz via devel wrote: > Am 24.12.2018 um 11:32 schrieb Hal Murray via devel: > > You can see POSIX.1-2001, SUSv3, online for free here: > > http://www.unix.org/version3/ > > I prefer the online version from the Open Group: > > https://pubs.ope

Re: POSIX lesson please

2018-12-24 Thread Achim Gratz via devel
Am 24.12.2018 um 11:32 schrieb Hal Murray via devel: You can see POSIX.1-2001, SUSv3, online for free here: http://www.unix-systems.org/version3/ I prefer the online version from the Open Group: https://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html http://www.unix

POSIX lesson please

2018-12-24 Thread Hal Murray via devel
Do we require support for timer_create? Should we? Context is maxOS doesn't support it. macOS build fails because timer_create is missing (#528) https://gitlab.com/NTPsec/ntpsec/issues/528 Fedora man page says: timer_create - create a POSIX per-process timer #include