Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Drop a duplicate instruction line



details:   https://anonhg.NetBSD.org/src/rev/21216c93b350
branches:  trunk
changeset: 834594:21216c93b350
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Aug 19 02:10:42 2018 +0000

description:
Drop a duplicate instruction line

No functional change intended.

diffstat:

 lib/libpthread/pthread.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ac9f28587882 -r 21216c93b350 lib/libpthread/pthread.c
--- a/lib/libpthread/pthread.c  Sun Aug 19 01:33:26 2018 +0000
+++ b/lib/libpthread/pthread.c  Sun Aug 19 02:10:42 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread.c,v 1.151 2017/12/08 09:24:31 kre Exp $        */
+/*     $NetBSD: pthread.c,v 1.152 2018/08/19 02:10:42 kamil Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread.c,v 1.151 2017/12/08 09:24:31 kre Exp $");
+__RCSID("$NetBSD: pthread.c,v 1.152 2018/08/19 02:10:42 kamil Exp $");
 
 #define        __EXPOSE_STACK  1
 
@@ -1322,7 +1322,6 @@
 
        for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
                if (aux->a_type == AT_STACKBASE) {
-                       pthread__main->pt_stack.ss_sp = (void *)aux->a_v;
 #ifdef __MACHINE_STACK_GROWS_UP
                        pthread__main->pt_stack.ss_sp = (void *)aux->a_v;
 #else



Home | Main Index | Thread Index | Old Index