*** ./utils/lstopo/lstopo.c.ORIG Fri Oct 13 18:24:01 2017 --- ./utils/lstopo/lstopo.c Fri Oct 13 18:24:37 2017 *************** *** 439,444 **** --- 439,448 ---- #define LSTOPO_VERBOSE_MODE_DEFAULT 1 + #if defined(_AIX) && !defined(_AIX53) + #define CLOCK_MONOTONIC 10LL /* 1003.4 */ + #endif + int main (int argc, char *argv[]) {