From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: sid@sources.redhat.com Subject: gloss component enhancement Date: Mon, 03 Sep 2001 20:44:00 -0000 Message-id: <15252.20010.3721.823555@scooby.brisbane.redhat.com> X-SW-Source: 2001-q3/msg00055.html I have just commited the following change which adds support for the fstat system call. I noticed that there is unfortunately no testsuite for this component. 2001-09-04 Ben Elliston * gloss.h (do_sys_fstat): Declare. (gloss32::get_halfword): Likewise. (gloss32::set_halfword): Likewise. * gloss.cxx (gloss32::syscall_trap): Handle libgloss::SYS_fstat. (gloss32::get_halfword): New method. (gloss32::set_halfword): Likewise. (gloss32::do_sys_fstat): Likewise.