Changeset 131 for trunk/src/sh_tiger0.c
- Timestamp:
- Oct 22, 2007, 11:19:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_tiger0.c
r107 r131 206 206 { 207 207 if (timeout > 0) 208 count = sl_read_timeout (fd, buffer, PRIV_MAX, timeout );208 count = sl_read_timeout (fd, buffer, PRIV_MAX, timeout, SL_TRUE); 209 209 else 210 210 count = sl_read (fd, buffer, PRIV_MAX);
Note:
See TracChangeset
for help on using the changeset viewer.