Commit b57ef1cc authored by tim@white.box's avatar tim@white.box

Merge

parents f811aa44 d9652cdc
This diff is collapsed.
......@@ -20,15 +20,15 @@
#ifndef _my_pthread_h
#define _my_pthread_h
#ifdef __cplusplus
extern "C" {
#endif
#include <errno.h>
#ifndef ETIME
#define ETIME ETIMEDOUT /* For FreeBSD */
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#if defined(__WIN__) || defined(OS2)
#ifdef OS2
......@@ -617,7 +617,7 @@ extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
#endif /* HAVE_ATOMIC_ADD */
#endif /* thread_safe_increment */
#ifdef __cplusplus
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment