diff options
author | alk3pInjection <webmaster@raspii.tech> | 2024-02-04 16:16:35 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-02-04 16:16:35 +0800 |
commit | abdaadbcae30fe0c9a66c7516798279fdfd97750 (patch) | |
tree | 00a54a6e25601e43876d03c1a4a12a749d4a914c /lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h |
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
Change-Id: I7303388733328cd98ab9aa3c30236db67f2e9e9c
Diffstat (limited to 'lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h')
-rw-r--r-- | lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h b/lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h new file mode 100644 index 0000000..a362802 --- /dev/null +++ b/lib/gcc/arm-none-eabi/13.2.1/include/syslimits.h @@ -0,0 +1,8 @@ +/* syslimits.h stands for the system's own limits.h file. + If we can use it ok unmodified, then we install this text. + If fixincludes fixes it, then the fixed version is installed + instead of this text. */ + +#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */ +#include_next <limits.h> +#undef _GCC_NEXT_LIMITS_H |