weston/tools/zunitc/src
Khem Raj dbd134ca5a libweston,tools: Include libgen.h for basename signature
Latest musl has removed the declaration from string.h [1] as it only
implements POSIX version alone and string.h in glibc implements GNU
version of basename. This now results in compile errors on musl.

This might be a warning with older compilers but it is error with
Clang-17+ as it treats -Wimplicit-function-declaration as error

Switch the use in backlight_init function to use POSIX version

[1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-18 21:13:52 +00:00
..
main.c Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_base_logger.c Rename zalloc.h to libweston/zalloc.h 2019-04-18 12:31:46 +03:00
zuc_base_logger.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_context.h zuc: Delete support for forking tests 2022-07-05 10:15:49 +01:00
zuc_event_listener.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_event.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_junit_reporter.c zunitc: Fix undeclared identifier 'NULL' 2019-05-02 17:35:29 +00:00
zuc_junit_reporter.h Enables output in the JUnit XML format. 2015-07-17 13:27:39 +03:00
zuc_types.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zunitc_impl.c libweston,tools: Include libgen.h for basename signature 2023-12-18 21:13:52 +00:00