More non-cppthreads build fixes

This commit is contained in:
RichardG867
2024-01-09 20:28:10 -03:00
parent 30043d7b00
commit 02a1a8ec1b
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ thread_wait(thread_t *arg)
}
event_t *
thread_create_event()
thread_create_event(void)
{
event_pthread_t *event = malloc(sizeof(event_pthread_t));