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); } static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil
AgeCommit message (Expand)Author
2024-05-13daemon: Loop over ‘copy_file_range’ upon short writes....Ludovic Courtès
2024-03-12daemon: Address shortcoming in previous security fix for CVE-2024-27297....Ludovic Courtès
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE......Ludovic Courtès
2023-01-09daemon: Improve error message for wrong hash sizes....Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....Ludovic Courtès
2021-11-19daemon: Micro-optimize 'deletePath'....Ludovic Courtès