Add the 'restrict' qualifier to match the 'gettimeofday' declaration found in glibc 2.31. --- datefudge-1.23/datefudge.c 2020-02-17 22:35:21.343341725 +0100 +++ datefudge-1.23/datefudge.c 2020-02-17 22:35:49.619117874 +0100 @@ -78,6 +78,6 @@ return 0; } -int gettimeofday(struct timeval *x, struct timezone *y) { +int gettimeofday(struct timeval *restrict x, void *restrict y) { return __gettimeofday(x,y); } git.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/HACKING
AgeCommit message (Expand)Author
2020-10-23doc: Fix typo in HACKING....Maxim Cournoyer
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....Ludovic Courtès
2020-01-09doc: Add "Tracking Bugs and Patches" section....Ludovic Courtès
2019-07-13doc: Update keyserver URL....Leo Famulari
2019-02-11HACKING: Update key server....Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....Arun Isaac