[Darshan-commits] [Git][darshan/darshan][carns/dev-wrapper-map-alias] fix new WRAPPER_MAP def for static link
Shane Snyder
xgitlab at cels.anl.gov
Thu Mar 26 19:42:51 CDT 2020
Shane Snyder pushed to branch carns/dev-wrapper-map-alias at darshan / darshan
Commits:
e5daefec by Shane Snyder at 2020-03-26T20:41:56-04:00
fix new WRAPPER_MAP def for static link
- - - - -
1 changed file:
- darshan-runtime/darshan.h
Changes:
=====================================
darshan-runtime/darshan.h
=====================================
@@ -70,7 +70,7 @@
* profiler is attempting to intercept the same function name.
*/
#define DARSHAN_WRAPPER_MAP(__func,__ret,__args,__fcall) \
- __ret __func __args __attribute__ ((alias ("__wrap_" #__fcall)));
+ __ret __wrap_ ## __func __args __attribute__ ((alias ("__wrap_" #__fcall)));
#define MAP_OR_FAIL(__func)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/e5daefecd364935ddda49b703527f2bc2c235ea8
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/e5daefecd364935ddda49b703527f2bc2c235ea8
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200326/f1b899e8/attachment.html>
More information about the Darshan-commits
mailing list