1. 09 9月, 2020 1 次提交
  2. 09 9月, 2012 1 次提交
  3. 03 9月, 2012 1 次提交
    • R
      avoid "inline" in public headers for strict c89 compatibility · fb247faf
      Rich Felker 提交于
      while musl itself requires a c99 compiler, some applications insist on
      being compiled with c89 compilers, and use of "inline" in the headers
      was breaking them. much of this had been avoided already by just
      skipping the inline keyword in pre-c99 compilers or modes, but this
      new unified solution is cleaner and may/should result in better code
      generation in the default gcc configuration.
      fb247faf
  4. 04 5月, 2012 1 次提交
  5. 13 4月, 2011 1 次提交
  6. 12 2月, 2011 1 次提交