Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 12:07:58 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101920 for review
Message-ID:  <200607191207.k6JC7wNt028723@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101920

Change 101920 by rdivacky@rdivacky_witten on 2006/07/19 12:07:02

	Add clock_settime, clock_gettime, clock_getres and clock_nanosleep to syscalls.master.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#12 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#12 (text+ko) ====

@@ -432,10 +432,11 @@
 261	AUE_NULL	MSTD	{ int linux_timer_gettime(void); }
 262	AUE_NULL	MSTD	{ int linux_timer_getoverrun(void); }
 263	AUE_NULL	MSTD	{ int linux_timer_delete(void); }
-264	AUE_CLOCK_SETTIME	MSTD	{ int linux_clock_settime(void); }
-265	AUE_NULL	MSTD	{ int linux_clock_gettime(void); }
-266	AUE_NULL	MSTD	{ int linux_clock_getres(void); }
-267	AUE_NULL	MSTD	{ int linux_clock_nanosleep(void); }
+264	AUE_CLOCK_SETTIME	MSTD	{ int linux_clock_settime(clockid_t which, struct linux_timespec *tp); }
+265	AUE_NULL	MSTD	{ int linux_clock_gettime(clockid_t which, struct linux_timespec *tp); }
+266	AUE_NULL	MSTD	{ int linux_clock_getres(clockid_t which, struct linux_timespec *tp); }
+267	AUE_NULL	MSTD	{ int linux_clock_nanosleep(clockid_t which, int flags, \
+					struct linux_timespec *rqtp, struct linux_timespec *rmtp); }
 268	AUE_NULL	MSTD	{ int linux_statfs64(void); }
 269	AUE_NULL	MSTD	{ int linux_fstatfs64(void); }
 270	AUE_NULL	MSTD	{ int linux_tgkill(void); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607191207.k6JC7wNt028723>