CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/01/28 09:40:54
Modified files: lib/libc/gen : alarm.3 alarm.c Log message: The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), but it is likely to remain in POSIX for the forseeable future, and there is nothing wrong with using it, so remove the marker. By contrast, POSIX 2008 now declared setitimer(3) obsolescent. While here, remove a few cross references pointing to obsolete or non-standard functions and update the POSIX reference. Triggered by a question from <ChrisBennett at bennettconstruction dot us>. OK millert@ tb@