aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/sem_timedwait.h
blob: 42ae201e55eb096258d83d93d8586a382b93454a (plain)
1
2
3
4
5
6
7
8
#ifndef __SEM_TIMEDWAIT_H
#define __SEM_TIMEDWAIT_H

#ifdef __APPLE__
int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
#endif

#endif