Skip to content
Snippets Groups Projects
  1. Apr 14, 2019
  2. Apr 13, 2019
  3. Apr 12, 2019
  4. Apr 07, 2019
  5. Apr 05, 2019
  6. Apr 02, 2019
  7. Mar 31, 2019
  8. Mar 30, 2019
  9. Mar 28, 2019
  10. Mar 25, 2019
  11. Mar 17, 2019
  12. Mar 05, 2019
  13. Mar 04, 2019
  14. Mar 03, 2019
    • Robin Randhawa's avatar
      Add wint_t definition to stddef.h · 9443eef5
      Robin Randhawa authored
      Without this the relibc tests would break. With this the relibc tests
      pass and formerly breaking builds (such as uutils -> onig_sys) pass.
      9443eef5
    • Robin Randhawa's avatar
      Remove redundant wchar_t and win_t definitions · 23de2ca7
      Robin Randhawa authored
      Typically with libc implementations, wchar_t and co are either defined
      entirely by the libc or, under libc's arrangement, by headers supplied
      by the compiler.
      
      Things like dlmalloc in relibc need these definitions from relibc itself
      and that's already already furnished by relibc's stddef.h.
      
      These additional definitions here are redundant and collide with
      compiler headers - for example: onig_sys (something that uutils depends
      on) breaks. Instead, this patch makes the compiler headers define
      things appropriately.
      23de2ca7
    • Robin Randhawa's avatar
      aarch64-prep: Dummy auxv.h · f9f752d7
      Robin Randhawa authored
      For AArch64, the ring crate depends on the presence of this header and a definition
      of getauxval.
      f9f752d7
Loading