update 2026-08-10 20:55:22

This commit is contained in:
action
2026-08-10 20:55:22 +08:00
parent caee61cc80
commit ea41c17f86
1966 changed files with 1523197 additions and 454 deletions
@@ -0,0 +1,19 @@
diff --git a/lib/getline.h b/lib/getline.h
index 991184c..e41865c 100644
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# endif
# endif
+# ifdef _MUSL_
# if __GLIBC__ < 2
int
getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
@@ -34,5 +35,6 @@ getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
int
getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
# endif
+# endif
#endif /* not GETLINE_H_ */