Remove xpthread_* wrappers
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
|
||||
|
||||
@@ -98,14 +97,6 @@ int set_nonblocking(int fd);
|
||||
|
||||
void init_async_pipe(int file_des[2]);
|
||||
|
||||
void xpthread_mutex_init(pthread_mutex_t *m, const pthread_mutexattr_t *a);
|
||||
|
||||
void xpthread_cond_init(pthread_cond_t *c, pthread_condattr_t *a);
|
||||
|
||||
void xpthread_mutex_destroy(pthread_mutex_t *mutex);
|
||||
|
||||
void xpthread_cond_destroy(pthread_cond_t *cond);
|
||||
|
||||
int stringFoundInStringArray(const char *const*array, const char *suffix);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user