diff -ru a/include/stdio.h b/include/stdio.h --- a/include/stdio.h 2000-08-04 10:24:39.000000000 +1000 +++ b/include/stdio.h 2005-06-18 14:26:35.000000000 +1000 @@ -34,6 +34,10 @@ #include #include_next +__BEGIN_DECLS + #ifndef HAVE_fgetln extern char *fgetln(FILE *stream, size_t *len); #endif + +__END_DECLS cgit'>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18services: rsync: Use make-inetd-constructor....Maxim Cournoyer
2021-12-23tests: rsync: Fix it....Mathieu Othacehe
2021-12-21tests: rsync: Define several modules....Ludovic Courtès
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-03-16tests: rsync: Set PATH....Ludovic Courtès