about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-10 14:58:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-10 14:58:37 +0200
commitbd673dc791922ee92ac4ef512e3ede44edc518be (patch)
tree8d0e177a76bf1d7fa4b8d8b131b534eb326661b3 /src/wrapped
parent4fa00ba283b26149464de1e0628ee36bfb5de7b6 (diff)
downloadbox64-bd673dc791922ee92ac4ef512e3ede44edc518be.tar.gz
box64-bd673dc791922ee92ac4ef512e3ede44edc518be.zip
[STATICBUILD] Yet another attempt to fix CI build
Diffstat (limited to 'src/wrapped')
-rw-r--r--src/wrapped/wrappedlibrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibrt.c b/src/wrapped/wrappedlibrt.c
index 36ea8829..1ca32859 100644
--- a/src/wrapped/wrappedlibrt.c
+++ b/src/wrapped/wrappedlibrt.c
@@ -159,7 +159,7 @@ EXPORT int my_lio_listio(x64emu_t* emu, int mode, void* list[], int nent, struct
 #include <mqueue.h>
 #include <sys/mman.h>
 
-extern int __mq_open_2(void*, int);
+extern int __mq_open_2(const char*, int);
 #endif
 
 #include "wrappedlib_init.h"