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 by , 8 years ago
comment:2 by , 5 years ago
JFYI, this was fixed in LIBCn, https://github.com/bitwiseworks/libc/commit/2180ee9af495bad201222356ede8b1a3bbbf7f21.
Note:
See TracTickets
for help on using tickets.
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.