_funlockfile
#define FUNLOCKFILE(fp) if (__isthreaded) _funlockfile(fp)
#define funlockfile _funlockfile
__weak_reference(_funlockfile, funlockfile);
_funlockfile((FILE *)arg);