summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/utime.c
Commit message (Collapse)AuthorAgeFilesLines
* Do NOT hide 'utime'. When building binutils for the target using buildroot"Steven J. Hill"2006-03-161-1/+1
| | | | | | it was undefined. How about when you finish playing hide and seek with symbols you do a complete buildroot build and see if everything really works. $!#@$!#@
* 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-7/+8
| | | | missing headers, other jump relocs removed
* Use __gettimeofdayPeter S. Mazinger2005-12-081-0/+1
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-2/+6
|
* 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