Module Name:    src
Committed By:   christos
Date:           Tue May 28 17:29:41 UTC 2013

Modified Files:
        src/lib/libc/thread-stub: thread-stub.c

Log Message:
mark __libc_thr_exit_stub dead here too


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/thread-stub/thread-stub.c

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

Modified files:

Index: src/lib/libc/thread-stub/thread-stub.c
diff -u src/lib/libc/thread-stub/thread-stub.c:1.26 src/lib/libc/thread-stub/thread-stub.c:1.27
--- src/lib/libc/thread-stub/thread-stub.c:1.26	Sat Apr 27 16:36:47 2013
+++ src/lib/libc/thread-stub/thread-stub.c	Tue May 28 13:29:41 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: thread-stub.c,v 1.26 2013/04/27 20:36:47 joerg Exp $	*/
+/*	$NetBSD: thread-stub.c,v 1.27 2013/05/28 17:29:41 christos Exp $	*/
 
 /*-
  * Copyright (c) 2003, 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: thread-stub.c,v 1.26 2013/04/27 20:36:47 joerg Exp $");
+__RCSID("$NetBSD: thread-stub.c,v 1.27 2013/05/28 17:29:41 christos Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -421,7 +421,7 @@ __libc_thr_create_stub(thr_t *tp, const 
 	return (EOPNOTSUPP);
 }
 
-void
+__dead void
 __libc_thr_exit_stub(void *v)
 {
 	/* LINTED deliberate lack of effect */

Reply via email to