Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/alpha/gen Fix the build, _UC_UNIQUE has been r...



details:   https://anonhg.NetBSD.org/src/rev/52f83eedf60a
branches:  trunk
changeset: 781522:52f83eedf60a
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Sep 12 14:13:43 2012 +0000

description:
Fix the build, _UC_UNIQUE has been renamed _UC_TLSBASE

diffstat:

 lib/libc/arch/alpha/gen/_lwp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 3b937379f0be -r 52f83eedf60a lib/libc/arch/alpha/gen/_lwp.c
--- a/lib/libc/arch/alpha/gen/_lwp.c    Wed Sep 12 14:07:51 2012 +0000
+++ b/lib/libc/arch/alpha/gen/_lwp.c    Wed Sep 12 14:13:43 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: _lwp.c,v 1.6 2011/02/24 04:28:41 joerg Exp $   */
+/*     $NetBSD: _lwp.c,v 1.7 2012/09/12 14:13:43 manu Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: _lwp.c,v 1.6 2011/02/24 04:28:41 joerg Exp $");
+__RCSID("$NetBSD: _lwp.c,v 1.7 2012/09/12 14:13:43 manu Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -62,5 +62,5 @@
        gr[_REG_S6] = 0;
        gr[_REG_UNIQUE] = (unsigned long)private;
 
-       u->uc_flags |= _UC_UNIQUE;
+       u->uc_flags |= _UC_TLSBASE;
 }



Home | Main Index | Thread Index | Old Index