newlib: fix pseudo relocations

git-svn-id: svn://kolibrios.org@1908 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-03-14 20:15:36 +00:00
parent f987f52aaa
commit b98d495334
8 changed files with 249 additions and 51 deletions
@@ -51,3 +51,11 @@ _DEFUN (time, (t),
}
return -1;
}
int
_DEFUN (gettimeofday, (ptimeval, ptimezone),
struct timeval *ptimeval _AND
void *ptimezone)
{
return _gettimeofday_r (_REENT, ptimeval, ptimezone);
}