termux-packages/packages/uwsgi/core-lock.c.patch

12 lines
191 B
Diff
Raw Permalink Normal View History

2021-12-10 21:37:54 +01:00
--- 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;