[libc-commits] [libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)

via libc-commits libc-commits at lists.llvm.org
Sat Apr 6 15:03:07 PDT 2024


================
@@ -11,7 +11,7 @@
 
 #include "src/__support/macros/attributes.h" // LIBC_INLINE
 
-#include <fenv.h>
+#include "hdr/fenv_macros.h"
----------------
lntue wrote:

Group the include headers together and sort them.

https://github.com/llvm/llvm-project/pull/87896


More information about the libc-commits mailing list