cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations dirent/struct-posix_dent-d_name.c -o dirent/struct-posix_dent-d_name -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv dirent/struct-posix_dent-d_name.c:2:17: error: declaration of 'struct posix_dent' will not be visible outside of this function [-Werror,-Wvisibility] 2 | void foo(struct posix_dent* bar) | ^ dirent/struct-posix_dent-d_name.c:4:17: error: incomplete definition of type 'struct posix_dent' 4 | char *qux = bar->d_name; | ~~~^ dirent/struct-posix_dent-d_name.c:2:17: note: forward declaration of 'struct posix_dent' 2 | void foo(struct posix_dent* bar) | ^ 2 errors generated.