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/stdio.h libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-08-26 18:09:43

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: stdio.h 
	newlib/libc/include/sys: stat.h 
	newlib/libc/stdio64: fseeko64.c tmpfile64.c 

Log message:
	2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/stdio.h: Allow the io64 function prototypes for
	Cygwin when compiling newlib.
	* libc/include/sys/stat.h[__CYGWIN__]: Define stat64 as __stat64
	to expose the Cygwin struct __stat64 type.
	* libc/stdio64/fseeko64.c: Use _fstat64_r and pass a struct stat64
	pointer.
	* libc/stdio64/tmpfile64.c(_tmpfile64_r): Call _fopen64_r.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.572&r2=1.573
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdio.h.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/stat.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio64/fseeko64.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio64/tmpfile64.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]