From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37594 invoked by alias); 25 Oct 2016 15:05:12 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 37491 invoked by uid 9078); 25 Oct 2016 15:05:11 -0000 Date: Tue, 25 Oct 2016 15:05:00 -0000 Message-ID: <20161025150511.37480.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Fix typo in X-Act-Checkin: newlib-cygwin X-Git-Author: Sebastian Huber X-Git-Refname: refs/heads/master X-Git-Oldrev: 11b7f942124006c0a9923c9ebe21e1f1b32bd400 X-Git-Newrev: 4e91600796e9c347d8eb84bf37da7fb20f8503d2 X-SW-Source: 2016-q4/txt/msg00008.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4e91600796e9c347d8eb84bf37da7fb20f8503d2 commit 4e91600796e9c347d8eb84bf37da7fb20f8503d2 Author: Sebastian Huber Date: Tue Oct 25 07:13:48 2016 +0200 Fix typo in Signed-off-by: Sebastian Huber Diff: --- 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