From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a9bbfb8cd49f1a51 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny04.POSTED!c2bfcbcf!not-for-mail Subject: Re: Isn't this in favour of Ada?? Newsgroups: comp.lang.ada References: <42d64dde$0$64794$edfadb0f@dread12.news.tele.dk> <8764vcdv2f.fsf@deneb.enyo.de> <__NCe.5411$oZ.1564@newsread2.news.atl.earthlink.net> From: "Ed Falis" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.01 (Linux, build 1204) Date: Mon, 18 Jul 2005 14:12:52 GMT NNTP-Posting-Host: 70.22.145.74 X-Complaints-To: abuse@verizon.net X-Trace: trndny04 1121695972 70.22.145.74 (Mon, 18 Jul 2005 10:12:52 EDT) NNTP-Posting-Date: Mon, 18 Jul 2005 10:12:52 EDT Xref: g2news1.google.com comp.lang.ada:3661 Date: 2005-07-18T14:12:52+00:00 List-Id: It's certainly possible to import the "kill" routine to raise a signal. But of course you would have a different "interrupt" number for native and target, as well as needing explicit code somewhere to call kill. So the code would have to be slightly different. But I can't really think of any magic that could hide that. - Ed