summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/utime.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+34
-Erik