mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
#include <my_pthread.h>
extern "C" {
This commit is contained in:
@ -21,6 +21,7 @@
|
|||||||
#include <m_string.h>
|
#include <m_string.h>
|
||||||
#include <my_sys.h>
|
#include <my_sys.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
#include <my_pthread.h>
|
||||||
#include <thr_alarm.h>
|
#include <thr_alarm.h>
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
#include "log_event.h"
|
#include "log_event.h"
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
#define ETIME ETIMEDOUT /* For FreeBSD */
|
#define ETIME ETIMEDOUT /* For FreeBSD */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#if defined(__WIN__) || defined(OS2)
|
#if defined(__WIN__) || defined(OS2)
|
||||||
|
|
||||||
#ifdef OS2
|
#ifdef OS2
|
||||||
@ -612,4 +616,9 @@ extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
|
|||||||
#endif /* SAFE_STATISTICS */
|
#endif /* SAFE_STATISTICS */
|
||||||
#endif /* HAVE_ATOMIC_ADD */
|
#endif /* HAVE_ATOMIC_ADD */
|
||||||
#endif /* thread_safe_increment */
|
#endif /* thread_safe_increment */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _my_ptread_h */
|
#endif /* _my_ptread_h */
|
||||||
|
Reference in New Issue
Block a user