X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/932dc163c4d482c10b12df2b6f9734f3f16c602d..9d0bdd2e04d23fbcc1db6e7e525cf79979c4643b:/src/xbt/backtrace_dummy.c diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index f10eb04e7a..65a4fdaf83 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -1,13 +1,13 @@ /* 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 * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/ex.h" -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" /* Module creation/destruction */ void xbt_backtrace_preinit(void) @@ -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; +}