MIN 37 test/test-poll.c #undef MIN MIN 38 test/test-poll.c #define MIN(a, b) (((a) < (b)) ? (a) : (b));