[libc-commits] [libc] [libc] add missing headers in stdfix (PR #162078)
Shreeyash Pandey via libc-commits
libc-commits at lists.llvm.org
Thu Oct 16 20:24:25 PDT 2025
================
@@ -9,17 +9,17 @@
#ifndef LLVM_LIBC_TYPES_STDFIX_TYPES_H
#define LLVM_LIBC_TYPES_STDFIX_TYPES_H
-typedef signed char int_hr_t;
-typedef signed short int int_r_t;
-typedef signed int int_lr_t;
-typedef signed short int_hk_t;
-typedef signed int int_k_t;
-typedef signed long long int_lk_t;
-typedef unsigned char uint_uhr_t;
-typedef unsigned short int uint_ur_t;
-typedef unsigned int uint_ulr_t;
-typedef unsigned short int uint_uhk_t;
-typedef unsigned int uint_uk_t;
-typedef unsigned long long uint_ulk_t;
+// typedef signed char int_hr_t;
+// typedef signed short int int_r_t;
+// typedef signed int int_lr_t;
+// typedef signed short int_hk_t;
+// typedef signed int int_k_t;
+// typedef signed long long int_lk_t;
+// typedef unsigned char uint_uhr_t;
+// typedef unsigned short int uint_ur_t;
+// typedef unsigned int uint_ulr_t;
+// typedef unsigned short int uint_uhk_t;
+// typedef unsigned int uint_uk_t;
+// typedef unsigned long long uint_ulk_t;
----------------
bojle wrote:
done
https://github.com/llvm/llvm-project/pull/162078
More information about the libc-commits
mailing list