Changeset 13094
- Timestamp:
- Oct 23, 2009, 4:54:12 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-streams.lisp
r13067 r13094 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.
