mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 22:40:34 +01:00
c11/haiku: Define missing timespec_get on Haiku
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
f09e001a05
commit
8f9d9ddcae
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue