Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux provide USEC_PER_MSEC



details:   https://anonhg.NetBSD.org/src/rev/f2cb57b3b9a6
branches:  trunk
changeset: 1028168:f2cb57b3b9a6
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:44:11 2021 +0000

description:
provide USEC_PER_MSEC


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/include/linux/time.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f8f4103aab9 -r f2cb57b3b9a6 sys/external/bsd/drm2/include/linux/time.h
--- a/sys/external/bsd/drm2/include/linux/time.h        Sun Dec 19 09:44:04 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/time.h        Sun Dec 19 09:44:11 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.8 2021/12/19 01:43:04 riastradh Exp $       */
+/*     $NetBSD: time.h,v 1.9 2021/12/19 09:44:11 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 
 #define NSEC_PER_MSEC  1000000L
 #define        NSEC_PER_SEC    1000000000L
+#define USEC_PER_MSEC  1000L
 
 /*
  * XXX get_seconds as implemented by Linux is a Y2038 bug waiting to



Home | Main Index | Thread Index | Old Index