#if defined(SYSLIBC_SCCS) && !defined(lint) static char rcsid[] = "$OpenBSD: timer_getoverrun.c,v 1.2 1997/04/26 08:49:34 tholo Exp $"; #endif /* SYSLIBC_SCCS and not lint */ #include #include #include int timer_getoverrun(timerid) timer_t timerid; { errno = ENOSYS; return -1; }