1
0
mirror of https://github.com/termux/termux-packages synced 2024-07-03 01:25:10 +00:00
termux-packages/packages/uwsgi/core-lock.c.patch
2021-12-10 22:37:54 +02:00

12 lines
191 B
Diff

--- a/core/lock.c
+++ b/core/lock.c
@@ -495,7 +495,7 @@
union semun {
int val;
struct semid_ds *buf;
- ushort *array;
+ unsigned short *array;
} semu;
int semid;
key_t myKey;