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,82b780c6fd1e1a1f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-11 06:37:20 PST From: "Rodrigo Garcia" Newsgroups: comp.lang.ada References: <3e484b2c$1_2@news.arrakis.es> Subject: Re: sigsuspend or pause system calls in Ada Date: Tue, 11 Feb 2003 15:37:16 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: lglpc31.epfl.ch Message-ID: <3e490a9d$1@epflnews.epfl.ch> X-Trace: epflnews.epfl.ch 1044974237 128.178.76.8 (11 Feb 2003 15:37:17 +0200) Organization: EPFL Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.litech.org!news.wind.surfnet.nl!news.nl.linux.org!humbolt.nl.linux.org!zen.net.uk!news.imp.ch!news.imp.ch!news-zh.switch.ch!epflnews.epfl.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:33990 Date: 2003-02-11T15:37:16+01:00 List-Id: "alfonso acosta" wrote in message news:3e484b2c$1_2@news.arrakis.es... > hi: > > I need to use those system calls, are they aviable in Ada? In case they > arent, can I interface with libc? > > Thanks in advance: > > Alfonso Acosta Do you really *need* to use them? If you just want to pause your system, try a simple "delay" statement. Rodrigo