Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
mariadb
Commits
a52a4bc1
Commit
a52a4bc1
authored
14 years ago
by
Davi Arnaut
Browse files
Options
Download
Plain Diff
Merge of mysql-5.1-bugteam into mysql-trunk-merge.
parents
5641fb64
0300935f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/m_string.h
include/m_string.h
+4
-4
No files found.
include/m_string.h
View file @
a52a4bc1
...
...
@@ -61,6 +61,10 @@
# define bfill(A,B,C) memset((A),(C),(B))
#endif
#if !defined(bzero) && !defined(HAVE_BZERO)
# define bzero(A,B) memset((A),0,(B))
#endif
#if defined(__cplusplus)
extern
"C"
{
#endif
...
...
@@ -104,10 +108,6 @@ extern char NEAR _dig_vec_lower[];
extern
void
bfill
(
uchar
*
dst
,
size_t
len
,
pchar
fill
);
#endif
#if !defined(bzero) && !defined(HAVE_BZERO)
extern
void
bzero
(
uchar
*
dst
,
size_t
len
);
#endif
#ifndef bmove512
extern
void
bmove512
(
uchar
*
dst
,
const
uchar
*
src
,
size_t
len
);
#endif
...
...
This diff is collapsed.
Click to expand it.
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