X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e43bfce5dad46e343cf32b54ef301156407b9ee..80d4d1aa426ab111f611d3716144265d60b05c9a:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 4586d76efc..339848c1bd 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -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