Andreas T Jonsson
Andreas T Jonsson
Same issue here. I fixed it by changing **mu_push_command** to this: ``` mu_Command* mu_push_command(mu_Context *ctx, int type, int size) { mu_Command *cmd = (mu_Command*) (ctx->command_list.items + ctx->command_list.idx); const int al...
> I figured out how to modify `syscall` to have an alternative signature and return a boolean for the error status on FreeBSD Does this make sense to adopt on...
> * @andreas-jonsson I have updated your native NetBSD futex implementation to use the new `syscall_bsd`. I want to note that I saw you were casting the result to an...