__sgetc
#define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp))
#define getc_unlocked(fp) __sgetc(fp)