X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f365d61a634d854a3244979c0524de3cf3a74f72..91bb8b44ef09735fc79f40a3d9eeb69456a46909:/src/xbt/backtrace_dummy.c diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index f10eb04e7a..3b86fe75b7 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -1,6 +1,6 @@ /* backtrace_dummy -- stubs of this module for non-supported archs */ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -27,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; +}