aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-08-15 20:50:40 +0200
committerCorinna Vinschen <corinna@vinschen.de>2024-08-15 20:54:53 +0200
commit8d4ea8ba688cf636cea9cf10bdbca9e0694d66a4 (patch)
tree0010c135dde207d30723ff75cd8f079c2b0f2ed6
parentca31784fef301f5797bd29d33ceb2a3a9c1f0539 (diff)
downloadnewlib-8d4ea8ba688cf636cea9cf10bdbca9e0694d66a4.zip
newlib-8d4ea8ba688cf636cea9cf10bdbca9e0694d66a4.tar.gz
newlib-8d4ea8ba688cf636cea9cf10bdbca9e0694d66a4.tar.bz2
Cygwin: getopt.h: fix a comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h
index c5af1ac..63e068b 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 */