*** ./select.c.ORIG Mon Jan 4 16:22:10 2016 --- ./select.c Mon Jan 4 16:22:38 2016 *************** *** 10,16 **** #define DEBUG_CALLS */ ! struct thread { void (*read_func)(void *); void (*write_func)(void *); void *data; --- 10,16 ---- #define DEBUG_CALLS */ ! struct MYthread { void (*read_func)(void *); void (*write_func)(void *); void *data; *************** *** 20,26 **** #endif }; ! static struct thread *threads = DUMMY; static int n_threads = 0; static fd_set w_read; --- 20,26 ---- #endif }; ! static struct MYthread *threads = DUMMY; static int n_threads = 0; static fd_set w_read;