Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/unix. Pull mirroring updated .
  1. Jun 24, 2024
  2. Jun 17, 2024
  3. May 29, 2024
  4. May 03, 2024
  5. May 01, 2024
  6. Apr 08, 2024
  7. Mar 27, 2024
  8. Mar 22, 2024
  9. Feb 05, 2024
  10. Nov 30, 2023
  11. Nov 29, 2023
  12. Nov 26, 2023
  13. Oct 11, 2023
  14. Oct 10, 2023
  15. Oct 05, 2023
  16. Oct 04, 2023
  17. Sep 29, 2023
    • Ben Gamari's avatar
      Don't `foreign import` `environ` · d63e6b41
      Ben Gamari authored and Julian Ospald's avatar Julian Ospald committed
      `musl` defines the `environ` symbol as a weak alias, which on AArch64
      requires particular treatment by the compiler. As GHC doesn't have
      access to the prototype of the symbol, it doesn't know that this
      treatment is necessary and consequently we emit assembly that the linker
      will choke on.
      
      See GHC #24011.
      d63e6b41
Loading