1 2 3 4 5 6 7 8
#include <errno.h> #undef errno int * weak_const_function __errno_location (void) { return &errno; }