Re: [PATCH RFC 6/7] os-posix.c: move code around

2023-08-15 Thread Eric Blake
On Sat, Aug 12, 2023 at 03:48:00PM +0300, Michael Tokarev wrote: > this moves code blocks so that functions and variables which > belongs to the same concept are now close to each other. > There's no actual code changes in there. > > Signed-off-by: Michael Tokarev > --- > os-posix.c | 49 +++

[PATCH RFC 6/7] os-posix.c: move code around

2023-08-12 Thread Michael Tokarev
this moves code blocks so that functions and variables which belongs to the same concept are now close to each other. There's no actual code changes in there. Signed-off-by: Michael Tokarev --- os-posix.c | 49 +++-- 1 file changed, 27 insertions(+), 2