1. 04 7月, 2016 1 次提交
    • R
      make brace placement in public header struct definitions consistent · befa5866
      Rich Felker 提交于
      placing the opening brace on the same line as the struct keyword/tag
      is the style I prefer and seems to be the prevailing practice in more
      recent additions.
      
      these changes were generated by the command:
      
      find include/ arch/*/bits -name '*.h' \
      -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +
      
      and subsequently checked by hand to ensure that the regex did not pick
      up any false positives.
      befa5866
  2. 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
  3. 23 9月, 2011 1 次提交
  4. 15 2月, 2011 1 次提交
  5. 12 2月, 2011 1 次提交