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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,115d7688c91613a5 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Interrupt problem in GNAT Date: 1999/05/20 Message-ID: #1/1 X-Deja-AN: 480098292 Content-Transfer-Encoding: 7bit References: <3742DC0D.B8F07A52@epfl.ch> <7huup6$qoa@hobbes.crc.com> <3743CB6E.AA029CDC@epfl.ch> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Date: 1999-05-20T00:00:00+00:00 List-Id: Joerg Kienzle wrote in message news:3743CB6E.AA029CDC@epfl.ch... > I use the florist implementation of the POSIX/Ada bindings (available from http://www.cs.fsu.edu/~baker/ftp/pub/PART/FLORIST/ the current version is florist990327.tar.gz for portability of OS-related things. The procedure Posix.Signals.Send_Signal (N), can be used to send any signal to the current process. There is a full repertoire of Signal facilities in that package. It's much cleaner than "rolling your own" binding.