Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-10 15:58:54 -08:00
commit 199e2ebf16
2 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,8 @@
#ifndef _SOL_SYS_TIME_H
#define _SOL_SYS_TIME_H
#include <sys/types.h>
#include_next <sys/time.h>
typedef longlong_t hrtime_t;
typedef struct timespec timestruc_t;
#include <sys/types.h>
#ifndef NANOSEC
#define NANOSEC 1000000000

View File

@ -87,4 +87,7 @@ typedef union {
} lloff_t;
#endif
typedef longlong_t hrtime_t;
typedef struct timespec timestruc_t;
#endif