This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib 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]

src/newlib ChangeLog libc/include/sys/unistd.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-04-29 12:31:24

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: unistd.h 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
	newlib/libc/unix: Makefile.am Makefile.in 
Added files:
	newlib/libc/sys/linux: pread64.c pwrite64.c 
	newlib/libc/unix: pread.c pwrite.c 

Log message:
	2002-04-29  Jeff Johnston  <jjohnstn@redhat.com>
	
	*  libc/include/sys/unistd.h (pread, pwrite): Added prototypes.
	*  libc/unix/Makefile.am: Add pread.c and pwrite.c.
	*  libc/sys/linux/Makefile.am: Add pread64.c and pwrite64.c.
	*  libc/sys/linux/Makefile.in: Regenerated.
	*  libc/unix/Makefile.in: Ditto.
	*  libc/sys/linux/pread64.c: New file.
	*  libc/sys/linux/pwrite64.c: Ditto.
	*  libc/unix/pread.c: Ditto.
	*  libc/unix/pwrite.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.276&r2=1.277
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/pread64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/pwrite64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/pread.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/pwrite.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/unix/Makefile.in.diff?cvsroot=src&r1=1.3&r2=1.4


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