Changeset 131 for trunk/src/sh_prelink.c
- Timestamp:
- Oct 22, 2007, 11:19:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelink.c
r107 r131 84 84 return S_FALSE; 85 85 86 status = sl_read_timeout (fd, magic, 4, alert_timeout );86 status = sl_read_timeout (fd, magic, 4, alert_timeout, SL_FALSE); 87 87 (void) sl_rewind(fd); 88 88 if (status == 4)
Note:
See TracChangeset
for help on using the changeset viewer.