1. 31 8月, 2020 1 次提交
  2. 21 12月, 2014 2 次提交
    • R
      block pthread cancellation in openpty function · 1227e418
      Rich Felker 提交于
      being a nonstandard function, this isn't strictly necessary, but it's
      inexpensive and avoids unpleasant surprises. eventually I would like
      all functions in libc to be safe against cancellation, either ignoring
      it or acting on it cleanly.
      1227e418
    • R
      don't write openpty results until success is determined · 3b26a32d
      Rich Felker 提交于
      not only is this semantically more correct; it also reduces code size
      slightly by eliminating the need for the compiler to assume the
      possibility of aliasing.
      3b26a32d
  3. 22 7月, 2011 1 次提交
  4. 12 2月, 2011 1 次提交