This is the mail archive of the newlib-cvs@sourceware.org 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/reent.h libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-07-06 16:56:30

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: reent.h 
	newlib/libc/include/sys: time.h 
	newlib/libc/reent: gettimeofdayr.c 
	newlib/libc/sys/arm: syscalls.c 
	newlib/libc/sys/rdos: gettod.c 
	newlib/libc/sys/sh: syscalls.c 
	newlib/libc/time: time.c 

Log message:
	2007-07-06  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/sys/time.h (gettimeofday): Change to proper
	prototype where second parameter is void *.
	* libc/reent/gettimeofdayr.c (_gettimeofday_r): Change prototype
	accordingly.
	* libc/include/reent.h: Fix prototype for _gettimeofday_r.
	* libc/sys/arm/syscalls.c: Fix gettimeofday function signature.
	* libc/sys/rdos/gettod.c: Ditto.
	* libc/sys/sh/syscalls.c: Ditto.
	* libc/time/time.c (time): Change call to _gettimeofday_r
	to pass NULL as 2nd argument.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1060&r2=1.1061
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/reent.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/time.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/gettimeofdayr.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/arm/syscalls.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/rdos/gettod.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/sh/syscalls.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/time.c.diff?cvsroot=src&r1=1.2&r2=1.3


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