summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/pthread.h
blob: 1d4d3c7b0f43dc6a455e7bd10db04b76c5d377a8 (plain)
1
2
3
4
5
6
7
#ifndef _PTHREAD_H
#include <pthread/pthread.h>

extern int __pthread_mutex_lock (pthread_mutex_t *__mutex);
extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex);

#endif