diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2016-03-21 12:07:52 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-22 22:39:22 +0100 |
commit | 98b615106dfba52a737fe27c0538de2276b320c8 (patch) | |
tree | 7f9d1bfb88fcafa96b2b930b1cc4f9d97d812438 /newlib/libc | |
parent | 1e6205b1ae997347c8a65ba16fcb206920361133 (diff) | |
download | cygnal-98b615106dfba52a737fe27c0538de2276b320c8.tar.gz cygnal-98b615106dfba52a737fe27c0538de2276b320c8.tar.bz2 cygnal-98b615106dfba52a737fe27c0538de2276b320c8.zip |
Fix "/*" within comment warning
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |