Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 1019 invoked from network); 1 Aug 2006 23:19:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 23:19:50 -0000 Received: (qmail 45562 invoked by uid 500); 1 Aug 2006 23:19:49 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 45524 invoked by uid 500); 1 Aug 2006 23:19:49 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 45513 invoked by uid 99); 1 Aug 2006 23:19:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 16:19:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 16:19:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7AAFD410022 for ; Tue, 1 Aug 2006 23:17:16 +0000 (GMT) Message-ID: <15484064.1154474236500.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 16:17:16 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Resolved: (HARMONY-977) [drlvm] Change deprecated function pthread_attr_getstackaddr to recommended pthread_attr_getstack In-Reply-To: <9527130.1153861696891.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-977?page=all ] Geir Magnusson Jr resolved HARMONY-977. --------------------------------------- Resolution: Fixed resolved in commit r427787 > [drlvm] Change deprecated function pthread_attr_getstackaddr to recommended pthread_attr_getstack > ------------------------------------------------------------------------------------------------- > > Key: HARMONY-977 > URL: http://issues.apache.org/jira/browse/HARMONY-977 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Gentoo x86 Linux mostly up to date with stable branch. > GNU C Library stable release version 2.3.6, by Roland McGrath et al. > Copyright (C) 2005 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > Compiled by GNU CC version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9). > Compiled on a Linux 2.6.11 system on 2006-06-25. > Available extensions: > GNU libio by Per Bothner > crypt add-on version 2.1 by Michael Glad and others > Native POSIX Threads Library by Ulrich Drepper et al > The C stubs add-on version 2.1.2. > GNU Libidn by Simon Josefsson > BIND-8.2.3-T5B > NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk > Thread-local storage support included. > For bug reporting instructions, please see: > . > gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Reporter: Gregory Shimansky > Assigned To: Geir Magnusson Jr > Attachments: stack.patch > > > The fix changes the function pthread_attr_getstackaddr which is deprecated in glibc to recommended function pthread_attr_getstack. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira