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,3cfb384718eb4f7a X-Google-Attributes: gid103376,public From: Andi Kleen Subject: Re: Linux/POSIX packages for GNAT Date: 1998/02/22 Message-ID: #1/1 X-Deja-AN: 327538770 Sender: andi@fred.muc.de References: <34EEFF9C.1D01FA5D@stellar1.com> <1998Feb21.194544.1@eisner> <34ef8225.83906260@enews.newsguy.com> <34F007C5.7D9F2D7@cl.cam.ac.uk> Distribution: world Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Newsgroups: comp.lang.ada Date: 1998-02-22T00:00:00+00:00 List-Id: Markus Kuhn writes: > > It seems the standard packages that come with GNAT only cover > what is defined in the Ada95 RM plus a few GNAT specific extentions. > What is urgently missing for real Linux system development is Linux > low-level access as well as an implementation of the full POSIX.5 > Ada API. Has this already been done somewhere or is any work on > this in progress? > > How widely implemented is the POSIX.5 API (standardized Ada versions > of the common Unix system calls) anyway? I would be very interested in such a thing too. I started to write my own API based on code from Jesus Gonzalez Barahona, because the POSIX.5 draft doesn't seem to be available. Especially socket access in Ada needs home-grown interfaces currently :( -Andi