Commit bf0158af authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

make the mainline portability tests compile

git-svn-id: file:///svn/toku/tokudb@44638 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0397c7f6
......@@ -4,10 +4,6 @@
enum which_mallocator { M_LIBC, M_JEMALLOC, M_DARWIN } which_mallocator;
size_t malloc_usable_size (void *p) {
return 4096;
}
int main (int argc, const char *argv[] __attribute__((__unused__))) {
assert(argc==1);
void *p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment