1 2 3 4 5 6 7 8 9 10 11
#include "config.h" #include <_ansi.h> #include <_syslist.h> #include <sys/times.h> #include <errno.h> clock_t times(struct tms *buf) { errno = ENOSYS; return -1; }