mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
Make mergesort setup() static
This commit is contained in:
parent
a6a101effa
commit
025b44800e
@ -255,7 +255,7 @@ COPY: b = t;
|
||||
* when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
|
||||
* is defined. Otherwise simple pairwise merging is used.)
|
||||
*/
|
||||
void
|
||||
static void
|
||||
setup(u_char *list1, u_char *list2, size_t n, size_t size,
|
||||
int (*cmp)(const void *, const void *))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user