mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-21 06:29:55 +00:00
added dummy Set_pthread_attr()
This commit is contained in:
parent
2f652a42e5
commit
b7e0269519
@ -1152,6 +1152,16 @@ static void *tick_func(void *arg)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Pthread configuration
|
||||
*/
|
||||
|
||||
void Set_pthread_attr(pthread_attr_t *attr, int priority)
|
||||
{
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Mutexes
|
||||
*/
|
||||
|
@ -106,6 +106,9 @@ typedef struct timespec tm_time_t;
|
||||
typedef struct timeval tm_time_t;
|
||||
#endif
|
||||
|
||||
// Setup pthread attributes
|
||||
extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
|
||||
|
||||
// Various definitions
|
||||
typedef struct rgb_color {
|
||||
uint8 red;
|
||||
|
Loading…
Reference in New Issue
Block a user