Skip to content

Commit 84390e9

Browse files
felixonmarsandreasabel
authored andcommitted
system-fileio: fix build with GCC 15
Some errors are still present, but it at least allows building. Fixes #35
1 parent cc0c2ef commit 84390e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-fileio/lib/hssystemfileio-unix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
struct dirent;
55

66
struct dirent *
7-
hssystemfileio_alloc_dirent();
7+
hssystemfileio_alloc_dirent(void *void_dir);
88

99
void
1010
hssystemfileio_free_dirent(struct dirent *);

0 commit comments

Comments
 (0)