FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix compilation errors when not using GNU libc
@ 2025-03-04 12:21 Luis Henriques
  2025-03-04 12:21 ` [PATCH 1/2] src: include libgen.h for function basename() if " Luis Henriques
  2025-03-04 12:21 ` [PATCH 2/2] src/locktest: add missing struct cast with syscall getsockname() Luis Henriques
  0 siblings, 2 replies; 8+ messages in thread
From: Luis Henriques @ 2025-03-04 12:21 UTC (permalink / raw)
  To: Zorro Lang; +Cc: fstests, Luis Henriques

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-09 12:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 12:21 [PATCH 0/2] Fix compilation errors when not using GNU libc Luis Henriques
2025-03-04 12:21 ` [PATCH 1/2] src: include libgen.h for function basename() if " Luis Henriques
2025-03-04 14:05   ` Zorro Lang
2025-03-04 14:31     ` Luis Henriques
2025-03-08 23:21       ` Luis Henriques
2025-03-09 12:57         ` Zorro Lang
2025-03-04 12:21 ` [PATCH 2/2] src/locktest: add missing struct cast with syscall getsockname() Luis Henriques
2025-03-04 13:48   ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox