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]

Re: [PATCH] pread/pwrite fix for s390-64.


> What exactly is the problem?  Why can't you use the regular Linux
> version in sysdeps/unix/sysv/linux/pread.c etc?

Without the special version for pwrite64 I get an undefined reference
to '__GI___pwrite64'. The alias for pwrite64 in syscalls.list doesn't
seem to create an alias for __GI__pwrite64. This is the immediate
problem I am facing. The second problem is that a direct system call
doesn't do the asynchronous cancel. I can't use the regular Linux
version because they split the offset into two 32 bit arguments
which is wrong for s390-64.

blue skies,
   Martin



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]