Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/include Mark __libc_thr_exit_stub as dead.
details: https://anonhg.NetBSD.org/src/rev/292e94140e6f
branches: trunk
changeset: 786055:292e94140e6f
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Apr 12 18:12:58 2013 +0000
description:
Mark __libc_thr_exit_stub as dead.
diffstat:
lib/libc/include/reentrant.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b5b2d4f851eb -r 292e94140e6f lib/libc/include/reentrant.h
--- a/lib/libc/include/reentrant.h Fri Apr 12 18:12:15 2013 +0000
+++ b/lib/libc/include/reentrant.h Fri Apr 12 18:12:58 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reentrant.h,v 1.16 2013/03/21 16:49:11 christos Exp $ */
+/* $NetBSD: reentrant.h,v 1.17 2013/04/12 18:12:58 joerg Exp $ */
/*-
* Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc.
@@ -264,7 +264,7 @@
int __libc_thr_yield_stub(void);
int __libc_thr_create_stub(thr_t *, const thrattr_t *,
void *(*)(void *), void *);
-void __libc_thr_exit_stub(void *);
+void __libc_thr_exit_stub(void *) __dead;
int *__libc_thr_errno_stub(void);
int __libc_thr_setcancelstate_stub(int, int *);
int __libc_thr_equal_stub(pthread_t, pthread_t);
Home |
Main Index |
Thread Index |
Old Index