diff options
| author | joerg <joerg@NetBSD.org> | 2013-04-12 18:12:58 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-04-12 18:12:58 +0000 |
| commit | f408ff6b588835fdcf341fa01f11e55945d2d513 (patch) | |
| tree | cc6a3ddbde0120450b707ea98180635b82b0938a /lib/libc/include | |
| parent | 5a6f01b020505917bc5729e59a688a956a669815 (diff) | |
Mark __libc_thr_exit_stub as dead.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/reentrant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/reentrant.h b/lib/libc/include/reentrant.h index c6bfeccae4a..a3f3fa0fed4 100644 --- a/lib/libc/include/reentrant.h +++ b/lib/libc/include/reentrant.h @@ -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 @@ thr_t __libc_thr_self_stub(void); 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); |
