From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1259 invoked by alias); 19 Feb 2019 08:07:11 -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 1232 invoked by uid 10080); 19 Feb 2019 08:07:11 -0000 Date: Tue, 19 Feb 2019 08:07:00 -0000 Message-ID: <20190219080711.1231.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sebastian Huber To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Fix comment in X-Act-Checkin: newlib-cygwin X-Git-Author: Sebastian Huber X-Git-Refname: refs/heads/master X-Git-Oldrev: 9d4a6534fb218f41ac916aa5dcdb0ce1b55dc245 X-Git-Newrev: 6246ef794939693896a3f1921ec5bf44a172bb5a X-SW-Source: 2019-q1/txt/msg00028.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6246ef794939693896a3f1921ec5bf44a172bb5a commit 6246ef794939693896a3f1921ec5bf44a172bb5a Author: Sebastian Huber Date: Mon Feb 18 09:38:36 2019 +0100 Fix comment in Signed-off-by: Sebastian Huber Diff: --- newlib/libc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 2685df6..e5bd029 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -85,7 +85,7 @@ typedef unsigned long u_long; #endif #define _BSDTYPES_DEFINED #endif -#endif /*__BSD_VISIBLE || __CYGWIN__ */ +#endif /* __MISC_VISIBLE */ #if __MISC_VISIBLE typedef unsigned short ushort; /* System V compatibility */