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,2d2df3e9ad18fa63 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-29 08:05:24 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!t-online.de!npeer.de.kpn-eurorings.net!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: ISO/IEC 14519 - Ada POSIX binding Date: Sun, 29 Jun 2003 17:05:23 +0200 Message-ID: <877k74j558.fsf@deneb.enyo.de> References: <87vfuzqm4b.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1056899123 13814 212.9.189.171 (29 Jun 2003 15:05:23 GMT) X-Complaints-To: Cancel-Lock: sha1:CBQAuKcRwrw5ZhDJP68dcgcBK78= Xref: archiver1.google.com comp.lang.ada:39889 Date: 2003-06-29T17:05:23+02:00 List-Id: tmoran@acm.org writes: > As pointed out by Dave Emery, new error codes get added and it would be > absurd to add new exceptions to the "standard" and ask people to add new > exception handlers to their programs. There is an exception > Posix.Posix_Error to force the program not to ignore problems. Ah, thanks for this explanation. I think I confused the POSIX.5 binding with a wrapper around the POSIX C interface. *blush*