Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8d30d300
Commit
8d30d300
authored
May 09, 2005
by
ramil@ram-book.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a fix (bug #10438: Raid stopped working because of change in atomic add detection).
parent
fee81b6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
include/my_global.h
include/my_global.h
+6
-0
No files found.
include/my_global.h
View file @
8d30d300
...
@@ -287,9 +287,15 @@ C_MODE_START int __cxa_pure_virtual() {\
...
@@ -287,9 +287,15 @@ C_MODE_START int __cxa_pure_virtual() {\
#ifndef CONFIG_SMP
#ifndef CONFIG_SMP
#define CONFIG_SMP
#define CONFIG_SMP
#endif
#endif
#if defined(__ia64__)
#define new my_arg_new
#endif
C_MODE_START
C_MODE_START
#include <asm/atomic.h>
#include <asm/atomic.h>
C_MODE_END
C_MODE_END
#if defined(__ia64__)
#undef new
#endif
#endif
#endif
#include <errno.h>
/* Recommended by debian */
#include <errno.h>
/* Recommended by debian */
/* We need the following to go around a problem with openssl on solaris */
/* We need the following to go around a problem with openssl on solaris */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment