[newlib-cygwin/cygwin-3_5-branch] Cygwin: getopt.h: fix a comment
Corinna Vinschen
corinna@sourceware.org
Thu Aug 22 20:38:05 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bc6fd1975ba46cd8aefa48b1cc95f4c257312e66
commit bc6fd1975ba46cd8aefa48b1cc95f4c257312e66
Author: Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Aug 15 20:50:40 2024 +0200
Commit: Corinna Vinschen <corinna@vinschen.de>
CommitDate: Thu Aug 22 19:58:49 2024 +0200
Cygwin: getopt.h: fix a comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diff:
---
winsup/cygwin/include/getopt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h
index c5af1acd469f..63e068b5c856 100644
--- a/winsup/cygwin/include/getopt.h
+++ b/winsup/cygwin/include/getopt.h
@@ -85,4 +85,4 @@ int getopt_long_only (int, char *const *, const char *, const struct option *, i
#endif /* __GETOPT_LONG_H__ */
#endif /* __UNISTD_GETOPT__ */
-#endif /*_INSIDE_NEWLIB*/
+#endif /*_LIBC */
More information about the Cygwin-cvs
mailing list