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]

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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2001-08-29 12:47:43

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: config.h reent.h unistd.h 
	newlib/libc/time: lcltime.c 

Log message:
	2001-08-29  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/sys/reent.h: Add include of <sys/_types.h>.
	No longer include time.h.  Add struct __tm to use for
	_localtime_buf in the reentrant structure.  Add a
	_NULL definition to use in initializing the reentrant struct.
	* libc/include/sys/config.h: For CYGWIN32 and RTEMS, change
	the _READ_WRITE_RETURN_TYPE to _ssize_t which is found in
	<sys/_types.h>.
	* libc/include/sys/unistd.h: Include <sys/_types.h>.
	* libc/time/lcltime.c (localtime): Cast the reentrant struct
	_localtime_buf to be struct tm *.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.171&r2=1.172
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/config.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/time/lcltime.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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