jit/cache tests: Fix crash with clang's UBSAN + ASAN.
[gnulib.git] / modules / gethrxtime
blob6bb274cf3edf5718b48f2c72ff45e0c64966b86c
1 Description:
2 Get high resolution real time.
4 Files:
5 lib/xtime.h
6 lib/xtime.c
7 lib/gethrxtime.c
8 lib/gethrxtime.h
9 m4/gethrxtime.m4
11 Depends-on:
12 clock-time
13 extensions
14 extern-inline
15 gettime
16 sys_time
18 configure.ac:
19 gl_GETHRXTIME
21 Makefile.am:
22 lib_SOURCES += gethrxtime.c xtime.c
24 Include:
25 "xtime.h"
27 Link:
28 $(GETHRXTIME_LIB)
30 License:
31 GPL
33 Maintainer:
34 Paul Eggert