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/types.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-06-27 15:48:06

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: types.h _types.h 
	newlib/libc/reent: readr.c writer.c 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: cdefs.h 
	newlib/libm/common: fdlibm.h 
Added files:
	newlib/libc/sys/linux: aio.c 

Log message:
	2002-06-27  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/sys/_types.h: Define _ssize_t as int if int is
	32-bits, otherwise define it as long.
	* libc/include/sys/types.h: Include <_ansi.h> and <sys/_types.h>
	and define ssize_t as _ssize_t.
	* libc/reent/readr.c: Change return type to _ssize_t.
	* libc/reent/writer.c: Ditto.
	* libc/sys/linux/Makefile.am: Add aio.c.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/aio.c: New file.
	* libc/sys/linux/sys/cdefs.h: Add __restrict_arr definition.
	* libm/common/fdlibm.h: Undef __P before defining it.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.361&r2=1.362
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/types.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/_types.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/readr.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/writer.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/aio.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.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/cdefs.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libm/common/fdlibm.h.diff?cvsroot=src&r1=1.4&r2=1.5


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