From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1137 invoked by alias); 3 Oct 2008 14:55:22 -0000 Received: (qmail 886 invoked by uid 48); 3 Oct 2008 14:53:58 -0000 Date: Fri, 03 Oct 2008 14:55:00 -0000 Message-ID: <20081003145358.885.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/37309] Ada tasking is not implemented on NetBSD In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aran at 100acres dot us" 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: 2008-10/txt/msg00248.txt.bz2 ------- Comment #6 from aran at 100acres dot us 2008-10-03 14:53 ------- There is a typo in the last path. Apply this after the above. --- orig/gcc/ada/s-osinte-netbsd.adb 2008-10-03 07:50:29.000000000 -0700 +++ netbsd/gcc/ada/s-osinte-netbsd.adb 2008-10-02 19:35:38.000000000 -0700 @@ -46,7 +46,7 @@ package body System.OS_Interface is type int_ptr is access all int; function internal_errno return int_ptr; - pragma Import (C, internal_errno, "__error"); + pragma Import (C, internal_errno, "__errno"); begin return (internal_errno.all); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37309