1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

several bug fixes

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-05-31 21:35:20 +03:00
parent 9b35856c2f
commit ec4a0ee477
4 changed files with 20 additions and 7 deletions

View File

@@ -263,8 +263,10 @@ C_MODE_END
#endif
#ifdef HAVE_ATOMIC_ADD
#define __SMP__
#define CONFIG_SMP
#include <asm/atomic.h>
#ifndef CONFIG_SMP
#define CONFIG_SMP
#endif
#endif
#include <errno.h> /* Recommended by debian */
/* We need the following to go around a problem with openssl on solaris */