Changeset 14326
- Timestamp:
- Oct 4, 2010, 8:00:42 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/linux-files.lisp
r14322 r14326 181 181 182 182 (defun wait-for-signal (s duration) 183 (if duration 184 (check-type duration (real 0 #x7fffffff)) 185 (setq duration #x7fffffff)) 183 186 (or (multiple-value-bind (result err) 184 187 (%timed-wait-for-signal s 0 0) 185 188 (or result 186 (if (or (eql err #$EINTR) 189 (if (or (eql err #$EINTR) ; probably not possible 187 190 (eql err #-windows-target #$ETIMEDOUT #+windows-target #$WAIT_TIMEOUT)) 188 191 nil
Note:
See TracChangeset
for help on using the changeset viewer.
