Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/21/2001 09:02:24
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Dec 21 07:02:24 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386: svr4_machdep.c
	syssrc/sys/arch/i386/include: svr4_machdep.h

Log Message:
rename (incorrect) SVR4_TRAP_CLOCK_SETTIME to SVR4_TRAP_GETHRESTIME - this
is what Solaris8 calls it
implement SVR4_TRAP_GETHRESTIME, though obviously only with microsecond accuracy

now clock_gettime(CLOCK_REALTIME, tp) works on Solaris8/i386


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/arch/i386/i386/svr4_machdep.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/i386/include/svr4_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.