Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Ignore __thread for lint for now



details:   https://anonhg.NetBSD.org/src/rev/41f0815000c6
branches:  trunk
changeset: 825457:41f0815000c6
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 15 13:46:02 2017 +0000

description:
Ignore __thread for lint for now

diffstat:

 sys/sys/cdefs.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7ccb1740c0a9 -r 41f0815000c6 sys/sys/cdefs.h
--- a/sys/sys/cdefs.h   Sat Jul 15 12:10:31 2017 +0000
+++ b/sys/sys/cdefs.h   Sat Jul 15 13:46:02 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdefs.h,v 1.132 2017/02/08 17:59:35 christos Exp $     */
+/*     $NetBSD: cdefs.h,v 1.133 2017/07/15 13:46:02 christos Exp $     */
 
 /* * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -374,6 +374,7 @@
 #endif
 
 #if defined(__lint__)
+#define __thread       /* delete */
 #define        __packed        __packed
 #define        __aligned(x)    /* delete */
 #define        __section(x)    /* delete */



Home | Main Index | Thread Index | Old Index