c11/haiku: Define missing timespec_get on Haiku

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Alexander von Gluck IV
2017-11-12 15:24:15 -06:00
parent f09e001a05
commit 8f9d9ddcae

View File

@@ -382,7 +382,7 @@ tss_set(tss_t key, void *val)
/*-------------------- 7.25.7 Time functions --------------------*/
// 7.25.6.1
#if 0
#ifdef __HAIKU__
static inline int
timespec_get(struct timespec *ts, int base)
{