summaryrefslogtreecommitdiffstats
path: root/libc/unistd/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-19/+8
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-8/+8
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-3/+3
* - whitespace fixesBernhard Reutner-Fischer2008-09-111-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+55
* Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellationMike Frysinger2007-05-021-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-10/+16
* Fix alias."Steven J. Hill"2005-12-101-0/+1
* Remove unused weak_alias. Thanks Peter."Steven J. Hill"2005-12-101-1/+0
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-2/+3
* Do __sleep, should we make it weak, so that libpthread can overwrite it?Peter S. Mazinger2005-12-081-2/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-4/+4
* Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen2003-12-301-6/+3
* Sleep was returning the wrong value because:David McCullough2003-05-141-2/+4
* Take the shorcut version, which is good enough forEric Andersen2002-01-021-2/+2
* Fix usleep to work correctly. Fix sleep behavior in theEric Andersen2002-01-021-14/+98
* Update to accomodate the header file changesEric Andersen2001-09-271-2/+2
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-1/+1
* Reorg unistd dirEric Andersen2000-10-111-0/+24