public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "aran at 100acres dot us" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/37309] Ada tasking is not implemented on NetBSD
Date: Fri, 03 Oct 2008 14:55:00 -0000	[thread overview]
Message-ID: <20081003145358.885.qmail@sourceware.org> (raw)
In-Reply-To: <bug-37309-15541@http.gcc.gnu.org/bugzilla/>



------- 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


  parent reply	other threads:[~2008-10-03 14:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-01  6:13 [Bug ada/37309] New: " aran at 100acres dot us
2008-09-01  6:18 ` [Bug ada/37309] " aran at 100acres dot us
2008-09-17 11:08 ` sam at gcc dot gnu dot org
2008-10-01 16:32 ` aran at 100acres dot us
2008-10-02 23:07 ` aran at 100acres dot us
2008-10-03  1:52 ` aran at 100acres dot us
2008-10-03 14:55 ` aran at 100acres dot us [this message]
2009-03-02 20:09 ` aran at 100acres dot us
2009-03-02 20:13 ` aran at 100acres dot us
2009-03-08  9:22 ` [Bug ada/37309] " ebotcazou at gcc dot gnu dot org
2009-04-05 18:18 ` laurent at guerby dot net
2009-11-10  8:27 ` ebotcazou at gcc dot gnu dot org
2009-11-17  8:15 ` laurent at guerby dot net
2009-11-17  8:19   ` Arnaud Charlet
2009-11-17  8:19 ` charlet at adacore dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081003145358.885.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).