4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-20 16:01:10 +08:00

Fix typo in <sys/_stdint.h>

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber 2016-10-25 07:13:48 +02:00 committed by Corinna Vinschen
parent 11b7f94212
commit 4e91600796

View File

@ -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