summaryrefslogtreecommitdiff
path: root/pfinet/linux/time.h
blob: 9b6b990478766506297be3bd9d45d00976df3b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _HACK_TIME_H_
#define _HACK_TIME_H_

#include <sys/time.h>
#include "mapped-time.h"

extern inline void 
do_gettimeofday (struct timeval *tp)
{
  fill_timeval (tp);
}

#endif