Go to the documentation of this file. 58 #ifndef __hpctoolkit_ss_errno_h__ 59 #define __hpctoolkit_ss_errno_h__ 63 #define HPCTOOLKIT_APPLICATION_ERRNO_SAVE() int application_errno = errno 64 #define HPCTOOLKIT_APPLICATION_ERRNO_RESTORE() errno = application_errno