This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mip64el, RHEL6, sendfile64 not implemented


Hello, everyone, when I compile the file used sendfile64 in mips64el,
gcc reported that warning: sendfile64 is not implemented.
Are the 3 files "sysdeps/unix/sysv/linux/syscalls.list
ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
" the template of syscalls?

What the relationship of the 3 files. And I found sendfile64 in the
file sysdeps/unix/sysv/linux/syscalls.list. But why gcc report
that warning?

How could I fix the bug? Implemented sendifle64 in
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/?

my kernel is 2.6.36, if I use mips assembly language to call 
sysendfile64, the program works well.


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