Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-25 08:13:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-10-25 17:24:03 +0300
commit4e91600796e9c347d8eb84bf37da7fb20f8503d2 (patch)
tree2d73461589d565524860a959dbb22493f04f7471 /newlib/libc/include/sys
parent11b7f942124006c0a9923c9ebe21e1f1b32bd400 (diff)
Fix typo in <sys/_stdint.h>
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r--newlib/libc/include/sys/_stdint.h2
1 files changed, 1 insertions, 1 deletions
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