summaryrefslogtreecommitdiffstats
path: root/include/sys/time.h
Commit message (Collapse)AuthorAgeFilesLines
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-1/+3
| | | | | | | This patch adds lutimes library call support. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* first pass at implementing *at funcsMike Frysinger2009-07-201-1/+1
| | | | | | | Tested basic functionality with coreutils and things seem to work. At least gives us a basis to jump from. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-07-201-4/+5
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-3/+3
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+3
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-0/+1
|
* Sync w/ glibcPeter S. Mazinger2005-11-301-6/+25
|
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-5/+0
| | | | | | 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-0/+5
| | | | | | | | | | | 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
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-38/+58
|
* And apparently some things include sys/time.h instead of time.h in uClibc...Manuel Novoa III2001-02-151-2/+1
|
* I guess we always need timespec...Manuel Novoa III2001-02-151-2/+0
|
* Handle definition of struct timespec.Manuel Novoa III2001-02-151-0/+11
|
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-70/+134
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+81