__errno should not be here

This commit is contained in:
Wolfgang Thaller 2017-10-09 15:43:18 +02:00
parent e2a3ea6da8
commit 4a78f4a90c
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@
void referenceMyMalloc() {}
int* __errno()
{
static int realErrno = 0;
return &realErrno;
}
void *_malloc_r(struct _reent *reent_ptr, size_t sz)
{
Ptr p = NewPtr(sz);