]> Kevux Git Server - fll/commit
Bugfix: Compilation/Portability problems exposed when building against musl-libc.
authorKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 04:33:08 +0000 (23:33 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 04:33:08 +0000 (23:33 -0500)
commit7199b83b9596855a9929d12e5942cc541c194b5f
tree8ffff59f56a84ac881cecfe75ed3dfd019ec5a07
parent5437a456ed0bb24ad968634a4975e4f86e6840fb
Bugfix: Compilation/Portability problems exposed when building against musl-libc.

Some headers are missing.

Change the length types: f_console_parameter_size and f_array_length_t.
I have seen problems where the max allowed size is reached in f_array_length_t.
Compiling against musl-libc further exposes this problem and so I have reduced the practice to using a set length of 2^63 (aka: signed long).
level_0/f_color/c/color.h
level_0/f_console/c/console-common.h
level_0/f_directory/c/directory.h
level_0/f_type/c/type.h
level_1/fl_print/c/print.h