1. 18 4月, 2011 1 次提交
  2. 16 4月, 2011 1 次提交
    • R
      avoid setting errno when checking for tty · 69cf09c8
      Rich Felker 提交于
      setting errno here is completely valid, but some programs, notably
      busybox printf, assume that errno will not be set during output and
      treat this as an error condition. in any case, skipping it slightly
      reduces code size and saves time.
      69cf09c8
  3. 20 3月, 2011 1 次提交
  4. 12 2月, 2011 1 次提交