1 2 3 4 5 6 7
#if ! defined(_SIZE_T_) #define _SIZE_T_ typedef pthread_size_t size_t; #endif typedef pthread_fpos_t fpos_t;