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/sys/mmixware/access. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hp@sourceware.org	2007-06-10 12:54:35

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/mmixware: access.c _exit.c 
	newlib/libc/sys/mmixware/sys: syscall.h 

Log message:
	* libc/sys/mmixware/access.c (access): Do not try to use a magic
	file-handle and a direct syscall, just use _open.
	* libc/sys/mmixware/sys/syscall.h (TMPFNO): Remove this magic
	file-handle.
	
	* libc/sys/mmixware/_exit.c (_exit): Update comment about
	passing on the exit value.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1047&r2=1.1048
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/mmixware/access.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/mmixware/_exit.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/mmixware/sys/syscall.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]