https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bc6fd1975ba46cd8aefa48b1cc95f4c257312e66
commit bc6fd1975ba46cd8aefa48b1cc95f4c257312e66 Author: Corinna Vinschen <[email protected]> AuthorDate: Thu Aug 15 20:50:40 2024 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Thu Aug 22 19:58:49 2024 +0200 Cygwin: getopt.h: fix a comment Signed-off-by: Corinna Vinschen <[email protected]> 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 */
