chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / wordsize-64 / iofsetpos.c
1 #define _IO_new_fsetpos64 __renamed__IO_new_fsetpos64
2 #define _IO_fsetpos64 __renamed__IO_fsetpos64
3
4 #include "../../libio/iofsetpos.c"
5
6 #undef _IO_new_fsetpos64
7 #undef _IO_fsetpos64
8
9 strong_alias (_IO_new_fsetpos, _IO_new_fsetpos64)
10 strong_alias (_IO_new_fsetpos64, __new_fsetpos64)
11 versioned_symbol (libc, __new_fsetpos64, fsetpos64, GLIBC_2_2);
12 versioned_symbol (libc, _IO_new_fsetpos64, _IO_fsetpos64, GLIBC_2_2);