Ignore:
Timestamp:
Mar 25, 2018, 7:05:19 PM (7 years ago)
Author:
bird
Message:

kmk/output: working on memory buffering rather than file buffering of job output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3186 r3189  
    25702570  output_start ();
    25712571
     2572#ifdef CONFIG_WITH_OUTPUT_IN_MEMORY
     2573  errfd = -1; /** @todo fixme */
     2574#else
    25722575  errfd = (output_context && output_context->err >= 0
    25732576           ? output_context->err : FD_STDERR);
     2577#endif
    25742578
    25752579#if defined(__MSDOS__)
Note: See TracChangeset for help on using the changeset viewer.