1. 18 3月, 2014 1 次提交
    • R
      x32: fix struct statfs · 797f9a32
      rofl0r 提交于
      the omission of the padding was uncovered by the latest regression
      statvfs regression test added to libc-test.
      797f9a32
  2. 12 3月, 2014 1 次提交
    • R
      move struct semid_ds to from shared sys/sem.h to bits · f6e2f7e1
      Rich Felker 提交于
      the definition was found to be incorrect at least for powerpc, and
      fixing this cleanly requires making the definition arch-specific. this
      will allow cleaning up the definition for other archs to make it more
      specific, and reversing some of the ugliness (time_t hacks) introduced
      with the x32 port.
      
      this first commit simply copies the existing definition to each arch
      without any changes. this is intentional, to make it easier to review
      changes made on a per-arch basis.
      f6e2f7e1
  3. 23 2月, 2014 2 次提交