mbox series

[uclibc-ng-devel,0/2] Fix compilation errors

Message ID 20200909071804.35932-1-damien.lemoal@wdc.com
Headers show
Series Fix compilation errors | expand

Message

Damien Le Moal Sept. 9, 2020, 7:18 a.m. UTC
The two patches of this series each fix a compilation error found with
buildroot for a RISC-V 64bits NOMMU static-only toolchain.

Comments are welcome.

Damien Le Moal (2):
  utils/getconf: Fix compilation error
  librt: avoid compilation error

 librt/clock_nanosleep.c |  5 +++--
 utils/getconf.c         | 20 +++++++++++++++++---
 2 files changed, 20 insertions(+), 5 deletions(-)

Comments

Waldemar Brodkorb Sept. 18, 2020, 8:50 a.m. UTC | #1
Hi Damien,

thanks for the patches, both applied and pushed,

best regards
 Waldemar

Damien Le Moal wrote,

> The two patches of this series each fix a compilation error found with
> buildroot for a RISC-V 64bits NOMMU static-only toolchain.
> 
> Comments are welcome.
> 
> Damien Le Moal (2):
>   utils/getconf: Fix compilation error
>   librt: avoid compilation error
> 
>  librt/clock_nanosleep.c |  5 +++--
>  utils/getconf.c         | 20 +++++++++++++++++---
>  2 files changed, 20 insertions(+), 5 deletions(-)
> 
> -- 
> 2.26.2
>