[libc-commits] [libc] [libc] add getrandom vDSO symbol (PR #151630)

via libc-commits libc-commits at lists.llvm.org
Wed Aug 6 06:56:49 PDT 2025


================
@@ -110,8 +110,8 @@ TEST(LlvmLibcOSUtilVDSOTest, RtSigReturn) {
   using namespace testing::ErrnoSetterMatcher;
   // must use struct since there is a function of the same name in the same
   // scope.
-  struct sigaction sa {};
-  struct sigaction old_sa {};
+  struct sigaction sa{};
+  struct sigaction old_sa{};
----------------
lntue wrote:

nit: can you also remove `struct`?

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


More information about the libc-commits mailing list