[uClibc-cvs] uClibc/libc/sysdeps/linux/mips pread_write.c, NONE, 1.1 Makefile, 1.28, 1.29

Erik Andersen andersen at uclibc.org
Fri Aug 22 03:05:18 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips
In directory winder:/tmp/cvs-serv20757

Modified Files:
	Makefile 
Added Files:
	pread_write.c 
Log Message:
Patch from Atsushi Nemoto, who writes:

I found that current pread/pwrite is broken on mips.

On mips, kernel needs 6 arguments for pread/pwrite system call.  (3
words for first 3 arguments + 1 padding word + 2 words for last 64bit
argument).  Also, mips64 kernel needs just 4 arguments so no wrapper
will be required.

This is a patch against 0.9.20.






More information about the uClibc-cvs mailing list