Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5cf5fa65
Commit
5cf5fa65
authored
May 28, 2009
by
antirez
Browse files
another minor fix for Solaris boxes
parent
edd9f775
Changes
1
Hide whitespace changes
Inline
Side-by-side
pqsort.h
View file @
5cf5fa65
...
...
@@ -10,6 +10,6 @@
void
pqsort
(
void
*
a
,
size_t
n
,
size_t
es
,
int
(
*
cmp
)
__P
(
(
const
void
*
,
const
void
*
)
)
,
size_t
lrange
,
size_t
rrange
);
int
(
*
cmp
)
(
const
void
*
,
const
void
*
),
size_t
lrange
,
size_t
rrange
);
#endif
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