This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: Add sysdeps/unix/sysv/linux/x86_64/x32/lseek.S
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 18 May 2012 11:04:10 -0700 (PDT)
- Subject: Re: PATCH: Add sysdeps/unix/sysv/linux/x86_64/x32/lseek.S
- References: <20120517102553.GA12796@intel.com>
On existing machines we define llseek with a link warning and tell people
to use lseek64 or lseek instead. So I think what you really should be
doing is putting the real code in x32/lseek.S and adding a dummy llseek.c
so that we get no llseek at all.
Thanks,
Roland