diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2016-10-25 07:13:48 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-10-25 16:24:03 +0200 |
commit | 4e91600796e9c347d8eb84bf37da7fb20f8503d2 (patch) | |
tree | 2d73461589d565524860a959dbb22493f04f7471 /newlib | |
parent | 11b7f942124006c0a9923c9ebe21e1f1b32bd400 (diff) | |
download | cygnal-4e91600796e9c347d8eb84bf37da7fb20f8503d2.tar.gz cygnal-4e91600796e9c347d8eb84bf37da7fb20f8503d2.tar.bz2 cygnal-4e91600796e9c347d8eb84bf37da7fb20f8503d2.zip |
Fix typo in <sys/_stdint.h>
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/include/sys/_stdint.h | 2 |
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 |