Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/thread-stub mark __libc_thr_exit_stub dead here too
details: https://anonhg.NetBSD.org/src/rev/ab88adb4e4ac
branches: trunk
changeset: 786995:ab88adb4e4ac
user: christos <christos%NetBSD.org@localhost>
date: Tue May 28 17:29:41 2013 +0000
description:
mark __libc_thr_exit_stub dead here too
diffstat:
lib/libc/thread-stub/thread-stub.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 63b403d6c0b5 -r ab88adb4e4ac lib/libc/thread-stub/thread-stub.c
--- a/lib/libc/thread-stub/thread-stub.c Tue May 28 17:03:34 2013 +0000
+++ b/lib/libc/thread-stub/thread-stub.c Tue May 28 17:29:41 2013 +0000
@@ -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 @@
return (EOPNOTSUPP);
}
-void
+__dead void
__libc_thr_exit_stub(void *v)
{
/* LINTED deliberate lack of effect */
Home |
Main Index |
Thread Index |
Old Index