[Barrelfish-users] gettimeofday

Georgios Varisteas yorgos at kth.se
Mon Mar 12 14:11:32 CET 2012


Hi,

I have a benchmark ported which uses the gettimeofday system call. In the new library that translates to _gettimeofday_r() which in turn calls _gettimeofday() (lib/newlib/newlib/libc/reent/gettimeofdayr.c:71). The first problem is that gettimeofdayr.c is excluded from the corresponding library (reent). The real problem is that I can't find any implementation to that last function call (_gettimeofday). Clues? Is there a doc anywhere of this and other common calls that are not yet implemented in the new library?

cheers,
Georgios Varisteas


More information about the Barrelfish-users mailing list