func              318 plugin/svipc/dmtcp-test.h #define NEXT_FNC(func)                                                      \
func              320 plugin/svipc/dmtcp-test.h      static __typeof__(&func) _real_##func = (__typeof__(&func)) -1;        \
func              321 plugin/svipc/dmtcp-test.h      if (_real_##func == (__typeof__(&func)) -1) {                          \
func              325 plugin/svipc/dmtcp-test.h        _real_##func = (__typeof__(&func)) (*dlsym_fnptr) (RTLD_NEXT, #func);\
func              327 plugin/svipc/dmtcp-test.h    _real_##func;})