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] | |
I needed this patch to compile on Alpha, otherwise I was seeing undefined references to __GI___pwrite64. Alpha doesn't declare __NR_pread64 or __NR_pwrite64, so these lines in syscalls.list were previously ignored and the generic sysdeps/unix/sysv/linux/pwrite.c was used instead. p.
Attachment:
pwrite.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |