Should lseek64 be exported?

H . J . Lu hjl@lucon.org
Thu Sep 6 16:27:00 GMT 2001


On Fri, Sep 07, 2001 at 01:08:16AM +0200, Andreas Jaeger wrote:
> "H . J . Lu" <hjl@lucon.org> writes:
> 
> > When llseek is used for linking, we get
> >
> > the `llseek' function may be dangerous; use `lseek64' instead.
> >
> > But lseek64 is not exported from libc.so.6.
> 
> Please double check:
> gromit:~/ELisp/pgnus:[0]$ nm /lib/libc.so.6 |grep lseek
> 00000000 ? __evoke_link_warning_llseek
> 000c6f70 T __libc_lseek
> 000d3180 T __libc_lseek64
> 000d3180 t __llseek
> 000c6f70 W __lseek
> 000d3180 t __lseek64
> 000d3180 W llseek
> 000c6f70 W lseek
> 000d3180 W lseek64
> 
> Why is it not exported for you?

Never mind. I thought it was llseek64.


H.J.



More information about the Libc-alpha mailing list