summaryrefslogtreecommitdiffstats
path: root/libc/misc/time/ftime.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-1/+1
| | | | | | adding cruft to include/sys/time.h. But also, there's no sense in making changes like this until we decide how we're going to approach the hidden symbol transition.
* Peter S. Mazinger writes:Eric Andersen2004-10-191-1/+1
| | | | | | | | | | | Hello! Would the attached patch be acceptable (maybe instead of __libc_gettimeofday using __gettimeofday) We have some issues, see http://bugs.gentoo.org/show_bug.cgi?id=65892
* Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen2001-09-061-0/+36
allowing openssl to be built.