mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix header definition.
svn path=/trunk/thread/; revision=2219
This commit is contained in:
parent
62384d6730
commit
cdf8edb30c
@ -106,7 +106,7 @@ void thread_initialize_with_log_id(int log_id);
|
||||
void thread_shutdown(void);
|
||||
|
||||
/* creation, destruction, locking, unlocking, signalling and waiting */
|
||||
long thread_create_c(char *name, void *(*start_routine)(void *), void *arg, int detached, int line, char *file);
|
||||
long thread_create_c(char *name, void *(*start_routine)(void *), void *arg, int stacksize, int detached, int line, char *file);
|
||||
void thread_mutex_create_c(mutex_t *mutex, int line, char *file);
|
||||
void thread_mutex_lock_c(mutex_t *mutex, int line, char *file);
|
||||
void thread_mutex_unlock_c(mutex_t *mutex, int line, char *file);
|
||||
|
Loading…
Reference in New Issue
Block a user