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-23 15:43:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ISO/IEC 14519 - Ada POSIX binding From: Berend de Boer Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-msvc-nt5.0.2195) References: <3EF2F6B8.3030706@noplace.com> <3EF338C5.2010005@cogeco.ca> <87r85nqlwa.fsf@deneb.enyo.de> <3EF7273A.8060704@cogeco.ca> Cancel-Lock: sha1:KE4CubuN534Zzi55VrHi3UaNRiQ= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Jun 2003 10:41:43 +1200 NNTP-Posting-Host: 219.88.64.124 X-Complaints-To: newsadmin@xtra.co.nz X-Trace: news.xtra.co.nz 1056408210 219.88.64.124 (Tue, 24 Jun 2003 10:43:30 NZST) NNTP-Posting-Date: Tue, 24 Jun 2003 10:43:30 NZST Organization: Xtra Xref: archiver1.google.com comp.lang.ada:39622 Date: 2003-06-24T10:41:43+12:00 List-Id: >>>>> "Warren" == Warren W Gay VE3WWG writes: Warren> Does the standard address error codes in any way? Warren> For example, some operations on some platforms return Warren> EAGAIN, while others return EWOULDBLOCK (IIRC, Warren> non-blocking I/O does this for example). Does FLORIST Warren> and/or the POSIX standard take a position on this? I think every current system has: #define EWOULDBLOCK EGAIN or something like that (I don't master C). -- Regards, Berend. (-: