Skip to content

Conversation

soburi
Copy link

@soburi soburi commented Oct 2, 2025

fs_file_t and fs_dir_t is defined in fs_interface.h. However, platform_internal.h does not currently include it, so the symbols can't be resolved.
We include it to resolve these definitions with
platform_internal.h standalone.

`fs_file_t` and `fs_dir_t` is defined in fs_interface.h.
However, platform_internal.h does not currently include it,
so the symbols can't be resolved.
We include it to resolve these definitions with
platform_internal.h standalone.

Signed-off-by: TOKITA Hiroshi <[email protected]>
Copy link
Collaborator

@yamt yamt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a fix for a build problem?

@yamt
Copy link
Collaborator

yamt commented Oct 2, 2025

are you aware of #4629 ?

@soburi
Copy link
Author

soburi commented Oct 2, 2025

@yamt

are you aware of #4629 ?

Ah, thank you.
I didn't notice.

@soburi soburi closed this Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants