Ignore:
Timestamp:
Sep 21, 2020, 12:59:41 PM (5 years ago)
Author:
bird
Message:

kmk: Added some refinements to the recent repeat-output-from-failing-command-in-die hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/output.h

    r3432 r3479  
    6767extern struct output *output_context;
    6868extern unsigned int stdio_traced;
     69#if defined(KMK) && !defined(NO_OUTPUT_SYNC)
     70extern int output_metered;
     71#endif
    6972
    7073#define OUTPUT_SET(_new)    do{ output_context = (_new)->syncout ? (_new) : NULL; }while(0)
     
    9699/* Dump any child output content to stdout, and reset it.  */
    97100void output_dump (struct output *out);
     101# ifdef KMK
     102void output_reset (struct output *out);
     103# endif
    98104#endif
    99105
Note: See TracChangeset for help on using the changeset viewer.