X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0702d63ff71a32f733f7c1044b008ca60777e9b..0d2bc3f331786a100a0c79fd05314dba2dd8c06b:/src/xbt/backtrace_dummy.c diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index 68733532a6..20970ec7b1 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -1,8 +1,6 @@ -/* $Id: ex_interface.h 3782 2007-07-14 09:11:06Z mquinson $ */ - /* backtrace_dummy -- stubs of this module for non-supported archs */ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -29,3 +27,7 @@ void xbt_backtrace_current(xbt_ex_t * e) void xbt_ex_setup_backtrace(xbt_ex_t * e) { } + +int xbt_backtrace_no_malloc(void **array, int size) { + return 0; +}