[libc-commits] [libc] 73b4623 - [libc] Include size_t type header in strings.h (#124352)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 24 13:39:23 PST 2025


Author: Petr Hosek
Date: 2025-01-24T13:39:20-08:00
New Revision: 73b462321c2968a450779f8f6c240f46a1830376

URL: https://github.com/llvm/llvm-project/commit/73b462321c2968a450779f8f6c240f46a1830376
DIFF: https://github.com/llvm/llvm-project/commit/73b462321c2968a450779f8f6c240f46a1830376.diff

LOG: [libc] Include size_t type header in strings.h (#124352)

A number of functions in strings.h take size_t as an argument.

Added: 
    

Modified: 
    libc/include/strings.yaml

Removed: 
    


################################################################################
diff  --git a/libc/include/strings.yaml b/libc/include/strings.yaml
index e672dca6a94ddd..b6aa8f6d60b270 100644
--- a/libc/include/strings.yaml
+++ b/libc/include/strings.yaml
@@ -1,7 +1,8 @@
 header: strings.h
 header_template: strings.h.def
 macros: []
-types: []
+types:
+  - type_name: size_t
 enums: []
 objects: []
 functions:


        


More information about the libc-commits mailing list