• R
    fix minor namespace issues in termios.h · eb5ae940
    Rich Felker 提交于
    the output delay features (NL*, CR*, TAB*, BS*, and VT*) are
    XSI-shaded. VT* is in the V* namespace reservation but the rest need
    to be suppressed in base POSIX namespace.
    
    unfortunately this change introduces feature test macro checks into
    another bits header. at some point these checks should be simplified
    by having features.h handle the "FTM X implies Y" relationships.
    eb5ae940
termios.h 3.5 KB