aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/alarm_deadline.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: alarm_timeout with infinite valueLaurent Bercot2025-05-161-1/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Huge incompatible changes.Laurent Bercot2021-07-281-3/+3
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add the alarm library, first draft.Laurent Bercot2016-10-241-0/+47