summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/time.c
Commit message (Collapse)AuthorAgeFilesLines
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+5
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+6
| | | | missing headers, other jump relocs removed
* Use __gettimeofdayPeter S. Mazinger2005-12-081-0/+2
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-2/+4
|
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* 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
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+31
-Erik