summaryrefslogtreecommitdiffstats
path: root/libc/misc/time/ftime.c
Commit message (Collapse)AuthorAgeFilesLines
* remove two checks for gettimeofday errorDenys Vlasenko2010-02-021-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-2/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+2
| | | | missing headers, other jump relocs removed
* Use internal versionsPeter S. Mazinger2005-12-081-0/+2
|
* 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.