Module Name:    src
Committed By:   joerg
Date:           Fri Apr 12 18:12:59 UTC 2013

Modified Files:
        src/lib/libc/include: reentrant.h

Log Message:
Mark __libc_thr_exit_stub as dead.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/include/reentrant.h

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/include/reentrant.h
diff -u src/lib/libc/include/reentrant.h:1.16 src/lib/libc/include/reentrant.h:1.17
--- src/lib/libc/include/reentrant.h:1.16	Thu Mar 21 16:49:11 2013
+++ src/lib/libc/include/reentrant.h	Fri Apr 12 18:12:58 2013
@@ -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);

Reply via email to