Re: [PATCH] Remove stime() function calls

2020-02-03 Thread Rolf Eike Beer
Am Mittwoch, 20. November 2019, 19:18:44 CET schrieb Denys Vlasenko: > Applied with a bit of change, thanks! Ok, glibc 2.31 is out and now the fun starts. This patch can't simply be cherry-picked on top of 1.31.1 because it collides with 6937487be73cd4563b876413277a295a5fe2f32c. Not much work

Re: [PATCH] Remove stime() function calls

2019-11-20 Thread Denys Vlasenko
Applied with a bit of change, thanks! On Wed, Nov 6, 2019 at 12:31 AM Alistair Francis wrote: > > stime() has been deprecated in glibc 2.31 and replaced with > clock_settime(). Let's replace the stime() function calls with > clock_settime() in preperation. > > Signed-off-by: Alistair Francis >

Re: [PATCH] Remove stime() function calls

2019-11-12 Thread Alistair Francis
On Sat, 2019-11-09 at 01:55 +0100, Bernhard Reutner-Fischer wrote: > On 8 November 2019 23:26:48 CET, Alistair Francis < > alistair.fran...@wdc.com> wrote: > > On Wed, 2019-11-06 at 09:17 +0100, walter harms wrote: > > > Your are right but so far i understand > > > the idea here is to have a

Re: [PATCH] Remove stime() function calls

2019-11-08 Thread Bernhard Reutner-Fischer
On 8 November 2019 23:26:48 CET, Alistair Francis wrote: >On Wed, 2019-11-06 at 09:17 +0100, walter harms wrote: >> Your are right but so far i understand >> the idea here is to have a replacement when >> a programm demands stime(). > >Thanks! Do I need to do anything else or is this going to be

Re: [PATCH] Remove stime() function calls

2019-11-08 Thread Alistair Francis
On Wed, 2019-11-06 at 09:17 +0100, walter harms wrote: > Your are right but so far i understand > the idea here is to have a replacement when > a programm demands stime(). Thanks! Do I need to do anything else or is this going to be merged? Alistair > > YM2C. > > re, > wh > > Am 06.11.2019

Re: [PATCH] Remove stime() function calls

2019-11-06 Thread walter harms
Your are right but so far i understand the idea here is to have a replacement when a programm demands stime(). YM2C. re, wh Am 06.11.2019 00:25, schrieb Alistair Francis: > stime() has been deprecated in glibc 2.31 and replaced with > clock_settime(). Let's replace the stime() function calls

[PATCH] Remove stime() function calls

2019-11-05 Thread Alistair Francis
stime() has been deprecated in glibc 2.31 and replaced with clock_settime(). Let's replace the stime() function calls with clock_settime() in preperation. Signed-off-by: Alistair Francis --- coreutils/date.c | 2 +- libbb/missing_syscalls.c | 8 util-linux/rdate.c | 9