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); } https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Reichör <stefan@xsteve.at>2022-02-04 22:53:07 +0100
committerMarius Bakke <marius@gnu.org>2022-02-07 23:47:23 +0100
commit28c0a7cc8c5897433de525afa8f93e3ad7e71abd (patch)
tree5d376835ecaa06db337193505c5e5e135819cfd4 /TODO
parentb07ea0df907a94d96e381598af70747d0c8f9015 (diff)
downloadguix-28c0a7cc8c5897433de525afa8f93e3ad7e71abd.tar.gz
guix-28c0a7cc8c5897433de525afa8f93e3ad7e71abd.zip
gnu: python-honcho: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-honcho): Update to 1.1.0. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions