Changeset 8487
- Timestamp:
- Feb 14, 2008, 1:09:27 AM (17 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
r8398 r8487 890 890 (return)) 891 891 (when in-fd 892 (when (fd-input-available-p in-fd 0)892 (when (fd-input-available-p in-fd 1000) 893 893 (%stack-block ((buf 1024)) 894 894 (let* ((n (fd-read in-fd buf 1024)))
Note:
See TracChangeset
for help on using the changeset viewer.
