This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
[PATCH v2 1/3] Fix typo in <sys/_stdint.h>
- From: Sebastian Huber <sebastian dot huber at embedded-brains dot de>
- To: newlib at sourceware dot org
- Cc: Sebastian Huber <sebastian dot huber at embedded-brains dot de>
- Date: Tue, 25 Oct 2016 07:13:48 +0200
- Subject: [PATCH v2 1/3] Fix typo in <sys/_stdint.h>
- Authentication-results: sourceware.org; auth=none
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