Welcome to mirror list, hosted at ThFree Co, Russian Federation.

herrno.c « net « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb6d3f598fd02a60d5c3639db3ab42cf92ca04f9 (plain)
1
2
3
4
5
6
#include <reent.h>

int *__h_errno_location() {
  return &(_REENT->_new._reent._h_errno);
}