From 4e91600796e9c347d8eb84bf37da7fb20f8503d2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Oct 2016 07:13:48 +0200 Subject: [PATCH] Fix typo in Signed-off-by: Sebastian Huber --- newlib/libc/include/sys/_stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/sys/_stdint.h b/newlib/libc/include/sys/_stdint.h index a7fe1e4f5..93746b88f 100644 --- a/newlib/libc/include/sys/_stdint.h +++ b/newlib/libc/include/sys/_stdint.h @@ -63,7 +63,7 @@ typedef __uint64_t uint64_t ; #define __int64_t_defined 1 #endif /* ___int64_t_defined */ -#ifndef INTPTR_T_DECLARED +#ifndef _INTPTR_T_DECLARED typedef __intptr_t intptr_t; #define _INTPTR_T_DECLARED #endif -- 2.43.5