Skip to content

Conversation

tpambor
Copy link
Contributor

@tpambor tpambor commented Oct 6, 2025

Use %lld format specifier for variables of type eventfd_t. Cast variables of type time_t to long long and use %lld format specifier to ensure compatibility with 32-bit and 64-bit time_t.

Part of #96968

@zephyrbot zephyrbot added area: POSIX POSIX API Library area: Tests Issues related to a particular existing or missing test labels Oct 6, 2025
@zephyrbot zephyrbot requested review from cfriedt, nashif and ycsin October 6, 2025 21:43
Copy link

sonarqubecloud bot commented Oct 6, 2025

@tpambor
Copy link
Contributor Author

tpambor commented Oct 6, 2025

I think this needs the fix from #96894, before CI can pass

Use %lld format specifier for variables of type eventfd_t. Cast variables
of type time_t to long long and use %lld format specifier to ensure
compatibility with 32-bit and 64-bit time_t.

Signed-off-by: Tim Pambor <[email protected]>
@tpambor
Copy link
Contributor Author

tpambor commented Oct 7, 2025

Rebased. CI is now passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants