X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcore.cc;h=e375e79401356a77ef117f9a65ed1e53a1e6ba1f;hb=f2a04f4573b52436413d1d413be0fc18eacfa8ee;hp=fac66616eae4a45b3cb663af28299f0242889ddd;hpb=90c96090380d18b6bb7a553d6b9c7e1ce93e248c;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();