This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Jakub Jelinek <jakub@redhat.com> writes:
> On Fri, Jun 07, 2002 at 01:44:03PM +0200, Jakub Jelinek wrote:
>> On Fri, Jun 07, 2002 at 01:37:03PM +0200, Andreas Jaeger wrote:
>> >
>> > Roland,
>> >
>> > since your sendfile changes I cannot build glibc on i686-linux
>> > anymore. Now I have both sendfile in the io and misc subdirs:
>> >
>> > $ ll */sendfile*
>> > -rw-r--r-- 1 aj users 964 Jun 7 13:30 io/sendfile.o
>> > -rw-r--r-- 1 aj users 1188 Jun 7 13:30 io/sendfile.os
>> > -rw-r--r-- 1 aj users 1135 Jun 7 13:30 io/sendfile64.d
>> > -rw-r--r-- 1 aj users 8788 Jun 7 13:30 io/sendfile64.o
>> > -rw-r--r-- 1 aj users 8836 Jun 7 13:30 io/sendfile64.os
>> > -rw-r--r-- 1 aj users 964 Jun 7 13:29 misc/sendfile.o
>> > -rw-r--r-- 1 aj users 1188 Jun 7 13:29 misc/sendfile.os
>> >
>> > sendfile is a syscall on i686-linux.
>>
>> See the mail I've posted today (the patch will need
>> some adjustements, since I haven't noticed some Roland's changes, I'll
>> update it ASAP).
>
> Here is the updated patch:
>
> 2002-06-07 Jakub Jelinek <jakub@redhat.com>
>
> * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New.
> * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New.
> * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New.
> * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New.
> * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
> (sendfile64): Likewise.
> * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
> * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
> * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
> Likewise.
> * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
Thanks, I've committed this version now.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |