X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcore.cc;h=e375e79401356a77ef117f9a65ed1e53a1e6ba1f;hb=0792d5bdd0b2a352cce1a4cb084eca19b15acc56;hp=fac66616eae4a45b3cb663af28299f0242889ddd;hpb=f02c19ff29b536ff136568995e4c06789af35258;p=m6w6%2Flibmemcached diff --git a/libtest/core.cc b/libtest/core.cc index fac66616..e375e794 100644 --- a/libtest/core.cc +++ b/libtest/core.cc @@ -27,6 +27,9 @@ namespace libtest { void create_core(void) { +#ifdef TARGET_OS_OSX + return; +#endif if (getenv("LIBMEMCACHED_NO_COREDUMP") == NULL) { pid_t pid= fork();