[libc-commits] [libc] [libc][time] Add timer_settime and timer_gettime functions. (PR #219360)

via libc-commits libc-commits at lists.llvm.org
Fri Aug 28 04:23:06 PDT 2026


================
@@ -37,7 +41,7 @@ TEST_F(LlvmLibcTimerTest, NullSigevent) {
 }
 
 TEST_F(LlvmLibcTimerTest, ValidSigeventSigevNone) {
-  struct sigevent se;
+  sigevent se;
----------------
lntue wrote:

I searched and replaced redundant "struct" in the edited files just to keep them consistent.

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


More information about the libc-commits mailing list