svn commit: r315315 - stable/11/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Wed Mar 15 17:14:07 UTC 2017


Author: dchagin
Date: Wed Mar 15 17:14:05 2017
New Revision: 315315
URL: https://svnweb.freebsd.org/changeset/base/315315

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

Modified:
  stable/11/sys/compat/linux/linux_misc.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linux/linux_misc.h
==============================================================================
--- stable/11/sys/compat/linux/linux_misc.h	Wed Mar 15 17:11:01 2017	(r315314)
+++ stable/11/sys/compat/linux/linux_misc.h	Wed Mar 15 17:14:05 2017	(r315315)
@@ -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-all mailing list