Skip to content
Snippets Groups Projects
Commit 7a2c74cf authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use rwlock_t, not pthread_rwlock_t

Derp.
parent bd465bf7
Branches
Tags
No related merge requests found
Pipeline #7743 failed
......@@ -110,7 +110,7 @@ static int outstanding_rects;
/* Exported globals */
pthread_rwlock_t vstatlock;
rwlock_t vstatlock;
/* Forward declarations */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment