how to override __errno_location() ?

Florian Weimer fw@deneb.enyo.de
Mon Mar 30 16:47:49 GMT 2020


* William Tambe via Libc-help:

> To override the function __errno_location(), is it enough to create a
> file named errno-loc.c under an architecture specific sysdeps folder ?

You may also have to change include/errno.h to avoid direct references
to errno@@GLIBC_PRIVATE from within glibc itself.


More information about the Libc-help mailing list