Changeset 63436 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace
- Timestamp:
- Aug 14, 2016 9:58:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_consume.c
r63435 r63436 1728 1728 case DT_ACT_FTRUNCATE: 1729 1729 { 1730 int res; 1730 1731 if (fp == NULL) 1731 1732 continue; 1732 1733 1733 1734 (void) fflush(fp); 1734 intres = ftruncate(fileno(fp), 0);1735 res = ftruncate(fileno(fp), 0); 1735 1736 NOREF(res); 1736 1737 (void) fseeko(fp, 0, SEEK_SET);
Note:
See TracChangeset
for help on using the changeset viewer.