diff options
author | Neal H. Walfield <neal@gnu.org> | 2002-10-10 23:05:06 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2002-10-10 23:05:06 +0000 |
commit | 51c55d85632d43aa362b625ae519d00d559f9e5c (patch) | |
tree | 2efb73388ae81c46c1475bcb3133b879a0176bf1 /include/pthread.h |
Import libpthread.
Diffstat (limited to 'include/pthread.h')
-rw-r--r-- | include/pthread.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h new file mode 100644 index 0000000..1d4d3c7 --- /dev/null +++ b/include/pthread.h @@ -0,0 +1,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 |