On Mon 06 Mar 2017 06:46, Mike Gran <spk...@yahoo.com> writes: > On Hurd, calls to setitimer and getitimer for the profiling > and virtual timers will always fail with ENOSYS. > On Cygwin, calls to setitimer and getitimer for the > profiling and virtual timers will always fail with EINVAL.
Is it possible to avoid defining these interfaces if they will never work? Is that even a good idea? :) Maybe not. Would be better to have (defined? 'setitimer) or so. If not, a setitimer feature I guess -- (provided? 'setitimer). Andy