[all-commits] [llvm/llvm-project] c4de35: [libc] Fix wrapper headers for `at_quick_exit` on ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Aug 7 17:12:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4de35813a11b311c4bba013d8571f1a7e62e02e
      https://github.com/llvm/llvm-project/commit/c4de35813a11b311c4bba013d8571f1a7e62e02e
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M clang/lib/Headers/llvm_libc_wrappers/stdlib.h

  Log Message:
  -----------
  [libc] Fix wrapper headers for `at_quick_exit` on GLIBC

Summary:
GLIBC likes to define this with the C++ linkage in the header, which
conflict. For now just hack around it by pretending it's `atexit` since
it has the same signature.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list