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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
75dc0953
Commit
75dc0953
authored
Dec 24, 2000
by
monty@donna.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate symbol problem
parent
6ba7c07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
include/raid.h
include/raid.h
+8
-3
No files found.
include/raid.h
View file @
75dc0953
...
...
@@ -25,6 +25,14 @@
extern
const
char
*
raid_type_string
[];
#ifdef __cplusplus
extern
"C"
{
#endif
const
char
*
my_raid_type
(
int
raid_type
);
#ifdef __cplusplus
}
#endif
#if defined(USE_RAID)
#ifdef __GNUC__
...
...
@@ -83,9 +91,6 @@ extern "C" {
int
my_raid_chsize
(
File
fd
,
my_off_t
newlength
,
myf
MyFlags
);
int
my_raid_close
(
File
,
myf
MyFlags
);
int
my_raid_fstat
(
int
Filedes
,
struct
stat
*
buf
,
myf
MyFlags
);
const
char
*
my_raid_type
(
int
raid_type
);
#ifdef __cplusplus
}
...
...
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