[libc-commits] [libc] [libc] Add `ctime_s` (PR #110676)
    Rajveer Singh Bharadwaj via libc-commits 
    libc-commits at lists.llvm.org
       
    Thu Jan  9 00:42:45 PST 2025
    
    
  
================
@@ -37,6 +37,14 @@ functions:
     arguments:
       - type: const time_t *
       - type: char *
+  - name: ctime_s
+    standard:
+      - stdc
+    return_type: errno_t
+    arguments:
+      - type: char *
+      - type: rsize_t
+      - type: const time_t *
----------------
Rajveer100 wrote:
Oh yeah, so now the guard comes in.
https://github.com/llvm/llvm-project/pull/110676
    
    
More information about the libc-commits
mailing list