Scheme Request for Implementation 199, "POSIX errno manipulation," by Harold Ancell, is now available for discussion.
Its draft and an archive of the ongoing discussion are available at https://srfi.schemers.org/srfi-199/. You can join the discussion of the draft by filling out the subscription form on that page. You can contribute a message to the discussion by sending it to [email protected]. Here's the abstract: The majority of POSIX system and library calls require accessing errno to discern the specific cause of an error, and some require setting it to 0 before calling them. This SRFI specifies procedures to both retrieve its value, and to set it. Regards, SRFI Editor
