Module Name:    src
Committed By:   christos
Date:           Sat Jul 15 13:46:02 UTC 2017

Modified Files:
        src/sys/sys: cdefs.h

Log Message:
Ignore __thread for lint for now


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/cdefs.h
diff -u src/sys/sys/cdefs.h:1.132 src/sys/sys/cdefs.h:1.133
--- src/sys/sys/cdefs.h:1.132	Wed Feb  8 12:59:35 2017
+++ src/sys/sys/cdefs.h	Sat Jul 15 09:46:02 2017
@@ -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 */

Reply via email to