Skip to content

Commit

Permalink
Fix compile failure on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stargateaudio committed Nov 27, 2022
1 parent 6b5d565 commit be3a4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/include/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ struct SamplePair {

#define pthread_spinlock_t os_unfair_lock
#define pthread_spin_lock os_unfair_lock_lock
#define pthread_spin_trylock os_unfair_lock_trylock
#define pthread_spin_unlock os_unfair_lock_unlock

void pthread_spin_init(os_unfair_lock * a_lock, void * a_opts);
Expand Down

0 comments on commit be3a4a3

Please sign in to comment.