summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/__rt_sigtimedwait.c
AgeCommit message (Expand)Author
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2017-06-21remove editor hints for viWaldemar Brodkorb
2016-11-27fixup gcc warningsWaldemar Brodkorb
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2012-06-15include pthreadP.h for SIGCANCELPeter S. Mazinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2011-02-24unify stub logicMike Frysinger
2010-10-22remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko
2010-04-15nptl: fix libc sigtimedwaitTimo Teräs
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-10-28- trim superfluous ';'. No objcode changesBernhard Reutner-Fischer
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09s/strong/weak/, sorry sjhill, have overseen your changePeter S. Mazinger
2005-12-09sig* hidden versions, make __rt_sig* static inlinePeter S. Mazinger
2005-12-06We need these aliases to stay so that NPTL can override them."Steven J. Hill"
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-01-05fix eriks e-mail addressMike Frysinger
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen