glibc/sysdeps/unix/sysv/linux/x86_64/timespec_get.c

11 lines
239 B
C
Raw Normal View History

2011-12-24 05:40:15 +00:00
#include "bits/libc-vdso.h"
#ifdef SHARED
# define INTERNAL_GETTIME(id, tp) \
({ long int (*f) (clockid_t, struct timespec *) = __vdso_clock_gettime; \
PTR_DEMANGLE (f); \
f (id, tp); })
#endif
#include "../timespec_get.c"