svn commit: r314132 - head/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Thu Feb 23 08:17:43 UTC 2017


Author: dchagin
Date: Thu Feb 23 08:17:42 2017
New Revision: 314132
URL: https://svnweb.freebsd.org/changeset/base/314132

Log:
  Right clock defines specified in linux_timer.h.
  Get rid of spirious clock defines from linux_misc.h.
  
  MFC after:	1 week

Modified:
  head/sys/compat/linux/linux_misc.h

Modified: head/sys/compat/linux/linux_misc.h
==============================================================================
--- head/sys/compat/linux/linux_misc.h	Thu Feb 23 07:48:58 2017	(r314131)
+++ head/sys/compat/linux/linux_misc.h	Thu Feb 23 08:17:42 2017	(r314132)
@@ -114,13 +114,6 @@ struct l_new_utsname {
 	char	domainname[LINUX_MAX_UTSNAME];
 };
 
-#define	LINUX_CLOCK_REALTIME		0
-#define	LINUX_CLOCK_MONOTONIC		1
-#define	LINUX_CLOCK_PROCESS_CPUTIME_ID	2
-#define	LINUX_CLOCK_THREAD_CPUTIME_ID	3
-#define	LINUX_CLOCK_REALTIME_HR		4
-#define	LINUX_CLOCK_MONOTONIC_HR	5
-
 #define LINUX_UTIME_NOW			0x3FFFFFFF
 #define LINUX_UTIME_OMIT		0x3FFFFFFE
 


More information about the svn-src-head mailing list