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
2022-07-01image: Raise an error when an image lacks a bootable partition....Ludovic Courtès
2022-07-01image: Avoid use of the deprecated 'gpt' option of genimage....Ludovic Courtès
2022-07-01image: Add default value for partition initializer....Ludovic Courtès
2022-07-01image: 'system-image' throws when given an incorrect image format....Ludovic Courtès
2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli
2022-05-31image: Add fat32 support....Pavel Shlyak
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-05-23image: Add bootable flag support....Pavel Shlyak
2022-05-23system: image: Support GPT vfat partitions....Pavel Shlyak
2022-05-23system: image: Support MBR vfat partitions....Pavel Shlyak
2022-05-23system: image: Tweak error message....Mathieu Othacehe
2022-05-23system: image: Fix indentation....Mathieu Othacehe
2021-12-23system: image: Add docker support....Mathieu Othacehe
2021-11-12image: Support generating GPT images via `partition-table-type`....Ryan Sundberg
2021-10-11gnu: Add platform support....Mathieu Othacehe