Re: [PATCH 1/3] debuginfod: Replace futimes with futimens

2023-03-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Similar to what 8c4aa0ef998191ed828a37190dc179b91649938a did for ar and > strip, replace the non-standard futimes with the POSIX futimens. Thanks, merged (with a little ChangeLog thing added ... please free us, mjw!). - FChE

[PATCH 1/3] debuginfod: Replace futimes with futimens

2023-03-23 Thread Jan Alexander Steffens (heftig) via Elfutils-devel
Similar to what 8c4aa0ef998191ed828a37190dc179b91649938a did for ar and strip, replace the non-standard futimes with the POSIX futimens. Signed-off-by: Jan Alexander Steffens (heftig) --- debuginfod/debuginfod-client.c | 6 +++--- debuginfod/debuginfod.cxx | 13 ++--- 2 files chang