Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is public
[simgrid.git] / include / xbt / ex.h
index 4586d76..339848c 100644 (file)
@@ -19,7 +19,7 @@
 
 /* do not include execinfo.h directly since it's not always available. 
    Instead, copy the parts we need (and fake when it's not there) */
-extern int backtrace (void **__array, int __size);
+XBT_PUBLIC(int) backtrace (void **__array, int __size);
 
 /* required ISO-C standard facilities */
 #include <errno.h>