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
1 changed files with 1 additions and 1 deletions

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