Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
199e2ebf16
|
@ -27,11 +27,8 @@
|
||||||
#ifndef _SOL_SYS_TIME_H
|
#ifndef _SOL_SYS_TIME_H
|
||||||
#define _SOL_SYS_TIME_H
|
#define _SOL_SYS_TIME_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include_next <sys/time.h>
|
#include_next <sys/time.h>
|
||||||
|
#include <sys/types.h>
|
||||||
typedef longlong_t hrtime_t;
|
|
||||||
typedef struct timespec timestruc_t;
|
|
||||||
|
|
||||||
#ifndef NANOSEC
|
#ifndef NANOSEC
|
||||||
#define NANOSEC 1000000000
|
#define NANOSEC 1000000000
|
||||||
|
|
|
@ -87,4 +87,7 @@ typedef union {
|
||||||
} lloff_t;
|
} lloff_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef longlong_t hrtime_t;
|
||||||
|
typedef struct timespec timestruc_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue