blob: 65c1563980b2f839e1485ecdc6829054efc18f72 [file] [log] [blame]
#include <errno.h>
#include <sys/timeb.h>
int
_ftime(struct timeb *tp)
{
errno = ENOSYS;
return -1;
}