From 98b615106dfba52a737fe27c0538de2276b320c8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 21 Mar 2016 12:07:52 +0100 Subject: Fix "/*" within comment warning Signed-off-by: Sebastian Huber --- newlib/libc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 52530c5ea..33c3e3ecf 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -90,7 +90,7 @@ typedef quad_t * qaddr_t; # define quad quad_t #endif -/* These types are required by netinet/*.h on Cygwin */ +/* These types are required by netinet/ *.h on Cygwin */ #if __BSD_VISIBLE || defined(__CYGWIN__) #ifndef _BSDTYPES_DEFINED /* also defined in mingw/gmon.h and in w32api/winsock[2].h */ -- cgit v1.2.3