Changeset 3273 in kBuild for trunk/src/kmk/output.c
- Timestamp:
- Jan 4, 2019 12:48:51 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/kmk/output.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.c
r3271 r3273 736 736 /* "from" is opened by open_tmpfd, which does it in binary mode, so 737 737 we need the mode of "to" to match that. */ 738 prev_mode = _setmode (fileno (to), _O_BINARY);738 prev_mode = _setmode (fileno (to), O_BINARY); 739 739 #endif 740 740
Note:
See TracChangeset
for help on using the changeset viewer.

