[PATCH v2 1/3] Fix typo in <sys/_stdint.h>

Sebastian Huber sebastian.huber@embedded-brains.de
Tue Oct 25 05:14:00 GMT 2016


Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
---
 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 a7fe1e4..93746b8 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
-- 
1.8.4.5



More information about the Newlib mailing list