summaryrefslogtreecommitdiff
path: root/pfinet/linux/time.h
blob: 65bc8c6c8175453f2d4520fd64d38d540d321cf0 (plain)
1
2
3
4
5
6
7
#ifndef _HACK_TIME_H_

#include <sys/time.h>

void do_gettimeofday (struct timeval *);

#endif