1. 04 7月, 2016 2 次提交
  2. 08 3月, 2014 1 次提交
    • R
      in sys/procfs.h, avoid using __WORDSIZE macro · 73f5b096
      Rich Felker 提交于
      this was problematic because several archs don't define __WORDSIZE. we
      could add it, but I would rather phase this macro out in the long
      term. in our version of the headers, UINTPTR_MAX is available here, so
      just use it instead.
      73f5b096
  3. 26 11月, 2012 1 次提交
    • R
      make sys/procfs.h mostly work on most archs · 4b75f4ed
      Rich Felker 提交于
      these structures are purely for use by trace/debug tools and tools
      working with core files. the definition of fpregset_t, which was
      previously here, has been removed because it was wrong; fpregset_t
      should be the type used in mcontext_t, not the type used in
      ptrace/core stuff.
      4b75f4ed
  4. 18 10月, 2011 1 次提交
  5. 12 2月, 2011 1 次提交