Opened 8 years ago

Last modified 5 years ago

#359 new enhancement

Export _sys_set_errno / __libc_native2errno

Reported by: dmik Owned by:
Priority: normal Milestone: new
Component: libc Version: 0.6.5
Severity: normal Keywords:
Cc:

Description

It would be very handy to these two functions exported from the LIBC DLL — this would allow to reuse the APIRET->errno mapping provided by LIBC (seterrno.c) in apps providing some sort of LIBC-like interface to OS/2 APIs.

Change History (2)

comment:1 Changed 8 years ago by dmik

It should be noted that __lic_native2errno is already listed in a public header, <InnoTekLIBC/errno.h>, it's just not available in the import library.

Note: See TracTickets for help on using tickets.