__errno_location.c 107 B

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