X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fthreads.h;h=65021538c383e395fb38d5e817a80bfc95540855;hb=349eb428d40bf1993f10b76b989e8779869177e3;hp=2e1f6faeadc908c71146722c24c377f1a3dee845;hpb=55f96acf69e6a3b499ff8d1c8d400f5aba0f7ce0;p=pdclib.old diff --git a/includes/threads.h b/includes/threads.h index 2e1f6fa..6502153 100644 --- a/includes/threads.h +++ b/includes/threads.h @@ -33,7 +33,7 @@ static inline void call_once(once_flag *flag, void (*func)(void)) } } #else -void call_once(once_flag *flag, void (*func)(void)) +void call_once(once_flag *flag, void (*func)(void)); #endif #if defined(_PDCLIB_MTX_T)