]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/include/ucontext.h
Update to musl 1.1.22.
[wasi-libc.git] / libc-top-half / musl / include / ucontext.h
index 3bb776ed6a86969a530a558ff81506cfc7ccbb4b..0f75712548c3492f3257f661c973856bfe59dde4 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 struct __ucontext;
 
 int  getcontext(struct __ucontext *);
-void makecontext(struct __ucontext *, void (*)(void), int, ...);
+void makecontext(struct __ucontext *, void (*)(), int, ...);
 int  setcontext(const struct __ucontext *);
 int  swapcontext(struct __ucontext *, const struct __ucontext *);