This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos 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]

ecos/packages/hal/synth/arch/current/tests ftok.c


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-11-05 19:44:04

Added files:
	packages/hal/synth/arch/current/tests: ftok.c 

Log message:
	* include/hal_io.h (struct cyg_hal_sys_old_stat): Make the
	structure match the kernel version otherwise the stack gets
	corrupt and we die 'orribly. Added cyg_hal_sys_new_stat for when
	using the new?stat() calls.
	* src/synth_syscall.c (cyg_hal_sys_ftok): use the correct structure
	member names and use the newstat system call so we get
	values back which are compatible with glibc ftok() function.
	* tests/ftok.c (new): Test case for the cyg_hal_sys_ftok()
	function added in the previous patch.


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