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 v id='cgit'>
aboutsummaryrefslogtreecommitdiff
tore/local-store.cc?id=9b30ad43cb488a925f69d74862917a1152da226d&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2021-11-27daemon: Print the line whence we expect an integer....Tobias Geerinckx-Rice
2021-11-25daemon: Read unsigned nar size and download size from substituter....Ludovic Courtès
2021-04-09daemon: 'guix substitute' replies on FD 4....Ludovic Courtès
2020-12-08daemon: Factorize substituter agent spawning....Ludovic Courtès
2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'....Ludovic Courtès