Skip to content

Commit

Permalink
Test with lucid's Libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Arnould committed Jun 16, 2011
1 parent 7a3002d commit 7f62edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksm_preload.c
Expand Up @@ -137,7 +137,7 @@ static struct
int merge_threshold;
} globals =
{
#if __GLIBC_PREREQ(2,12) || KSMP_FORCE_LIBC
#if __GLIBC_PREREQ(2,11) || KSMP_FORCE_LIBC
__libc_calloc, // libc's calloc
__libc_malloc, // libc's malloc
kernel_mmap, // calls kernel's mmap
Expand Down

0 comments on commit 7f62edf

Please sign in to comment.