platform_bionic/libc/upstream-openbsd
Elliott Hughes aedb00d04e Switch to upstream alarm(3).
The only way the setitimer call can fail is if the unsigned number of seconds is
too large to fit in the kernel's signed number of seconds. If you schedule a
68-year alarm, glibc will fail by returning 0 and BSD will fail by returning -1.

Change-Id: Ic3721b01428f5402d99f31fd7f2ba2cc58805607
2014-03-04 00:58:31 +00:00
..
lib/libc Switch to upstream alarm(3). 2014-03-04 00:58:31 +00:00
openbsd-compat.h Clean up our OpenBSD usage. 2014-02-21 14:30:18 -08:00