Changeset 13136
- Timestamp:
- Oct 30, 2009, 3:11:24 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-streams.lisp
r13070 r13136 5430 5430 (values (process-wait-with-timeout "input-wait" milliseconds #'data-available-on-pipe-p fd) 0) 5431 5431 (values nil 0)))) 5432 ;(:character-special (windows-tty-input-available-p fd milliseconds)) 5432 (:file (let* ((curpos (fd-tell fd)) 5433 (eofpos (%stack-block ((peofpos 8)) 5434 (#_GetFileSizeEx (%int-to-ptr fd) peofpos) 5435 (%%get-unsigned-longlong peofpos 0)))) 5436 (values (< curpos eofpos) 0))) 5437 ;;(:character-special (windows-tty-input-available-p fd milliseconds)) 5438 5433 5439 (t (values nil 0))) 5434 5440 #-windows-target
Note:
See TracChangeset
for help on using the changeset viewer.
