From d3f0167d757551bdc8481de167d23ff9cb805b98 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 18 Apr 2015 16:39:26 -0700 Subject: [PATCH] Put back a comment. --- src/code/unix.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/code/unix.lisp b/src/code/unix.lisp index 7ccf98f47..eea07a7f7 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -2194,6 +2194,9 @@ (it-interval (struct timeval)) ; timer interval (it-value (struct timeval)))) ; current value +;;; +;;; Support for the Interval Timer (experimental) +;;; (defconstant ITIMER-REAL 0) (defconstant ITIMER-VIRTUAL 1) (defconstant ITIMER-PROF 2) -- GitLab