1. 09 9月, 2020 1 次提交
  2. 17 8月, 2020 1 次提交
  3. 21 10月, 2016 1 次提交
  4. 11 5月, 2012 1 次提交
  5. 10 5月, 2012 2 次提交
  6. 19 4月, 2012 1 次提交
    • R
      legacy junk compatibility grab-bag · ba6a9e77
      Rich Felker 提交于
      - add the rest of the junk traditionally in sys/param.h
      - add prototypes for some nonstandard functions
      - add _GNU_SOURCE to their source files so the compiler can check proto
      ba6a9e77
  7. 25 1月, 2012 1 次提交
  8. 20 2月, 2011 1 次提交
    • R
      make sys/param.h not depend on PATH_MAX and NAME_MAX · 2b43ef8f
      Rich Felker 提交于
      this is a nonstandard header used only by backwards programs, but for
      some reason it's extremely popular. the recent namespace cleanup fixes
      broke it, because PATH_MAX and NAME_MAX will not be defined unless an
      approriate feature test macro has been defined. moreover, it's too
      late to just #define _GNU_SOURCE in param.h, since limits.h may have
      already been included.
      
      let's just hard-code standard values and be done with it.
      2b43ef8f
  9. 12 2月, 2011 1 次提交