mbox series

[0/2] Fix compilation errors when not using GNU libc

Message ID 20250304122119.21412-1-luis@igalia.com (mailing list archive)
Headers show
Series Fix compilation errors when not using GNU libc | expand

Message

Luis Henriques March 4, 2025, 12:21 p.m. UTC
Hi!

Following this patch I'm sending 2 simple patches that fix build failures
when trying to compile fstests in a system that does not have GNU libc.

Luis Henriques (2):
  src: include libgen.h for function basename() if not using GNU libc
  src/locktest: add missing struct cast with syscall getsockname()

 src/aio-dio-regress/aio-dio-append-write-read-race.c | 3 +++
 src/locktest.c                                       | 2 +-
 src/splice-test.c                                    | 3 +++
 src/t_ext4_dax_inline_corruption.c                   | 3 +++
 src/t_ext4_dax_journal_corruption.c                  | 3 +++
 src/t_mmap_collision.c                               | 3 +++
 src/t_mmap_dio.c                                     | 3 +++
 7 files changed, 19 insertions(+), 1 deletion(-)