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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b42257070cad7d43 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-17 01:38:53 PST Path: nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Handling signals in ADA Date: 15 Mar 2001 23:05:13 +0100 Organization: Enyo's not your organization Message-ID: <87y9u6k7s6.fsf@deneb.enyo.de> References: <3AADFFCF.691F1F8@labe.felk.cvut.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: nntp.stanford.edu comp.lang.ada:91497 Date: 2001-03-15T23:05:13+01:00 List-Id: Tomas Hlavaty writes: > Hi, could you help me with translating following C code to ADA? The programming language is called 'Ada'. > -- How to translate it to ADA? The standard Ada library does not support signals. Typical Ada programs use other communication mechanisms, and a verbatim translation is not possible. If you need signal handling because it's required by your environment, have a look at POSIX.5.