From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13152 invoked by alias); 5 Jul 2007 18:28:32 -0000 Received: (qmail 13137 invoked by uid 48); 5 Jul 2007 18:28:24 -0000 Date: Thu, 05 Jul 2007 18:28:00 -0000 Subject: [Bug ada/32640] New: Binding for pthread_sigmask not same as other ports X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "joel at oarcorp dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00673.txt.bz2 The Ada run-time has changed its expectation for the prototype of pthread_sigmask. The RTEMS specific file does not compile. This small patch fixes it. 2007-07-05 Joel Sherrill * s-osinte-rtems.ads: Correct prototype of pthread_sigmask. -- Summary: Binding for pthread_sigmask not same as other ports Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: joel at oarcorp dot com GCC build triplet: any GCC host triplet: any GCC target triplet: *-*-*rtems* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32640