_IO_new_fclose
extern int _IO_new_fclose __P((_IO_FILE*));
# define fclose(fp) _IO_new_fclose (fp)
versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1);
strong_alias (_IO_new_fclose, __new_fclose)
extern int _IO_new_fclose (_IO_FILE*);
return _IO_new_fclose (fp);