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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.cygnus.com	00/06/20 11:34:57

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include/sys: reent.h 
	newlib/libc/stdlib: rand.c 

Log message:
	Tue Jun 20 14:30:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>
	
	* libc/include/sys/reent.h (_rand_next): Added __extension__
	qualifier as long long type is not strict ANSI.
	* libc/stdlib/rand.c (rand): Added __extension__ qualifier
	to long long constant.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.38&r2=1.39
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/reent.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/rand.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]