[libc-commits] [libc] [libc] Implement getitimer and setitimer, add proxy headers for itimerval (PR #134773)

Tsz Chan via libc-commits libc-commits at lists.llvm.org
Thu Apr 10 17:02:47 PDT 2025


================
@@ -12,3 +13,20 @@ functions:
     arguments:
       - type: const char*
       - type: const struct timeval*
+
+  - name: setitimer
+    standards:
+      - POSIX
+    return_type: int
+    arguments:
+      - type: int
+      - type: const struct itimerval *
+      - type: struct itimerval *
----------------
tszhin-swe wrote:

I don't have merge access, could you merge it for me? Thanks

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


More information about the libc-commits mailing list