Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title>quot and rem in lldiv_t are of the wrong type #14998

Open
1 task done
v-clone opened this issue Nov 29, 2024 · 1 comment
Open
1 task done

[BUG] <title>quot and rem in lldiv_t are of the wrong type #14998

v-clone opened this issue Nov 29, 2024 · 1 comment
Labels
Arch: arm Issues related to ARM (32-bit) architecture Arch: mips Issues related to the MIPS architecture Area: Posix Posix issues OS: Other Issues related to other OS (not Linux, Mac or Win) Type: Bug Something isn't working

Comments

@v-clone
Copy link

v-clone commented Nov 29, 2024

Description / Steps to reproduce the issue

The 'quot' and 'rem' members of the lldiv_s in stdlib.h are of type 'long' when they should be of type 'long long'.

On which OS does this issue occur?

[OS: Other]

What is the version of your OS?

RHEL 7.x

NuttX Version

master/all

Issue Architecture

[Arch: arm], [Arch: mips]

Issue Area

[Area: Posix]

Verification

  • I have verified before submitting the report.
@v-clone v-clone added the Type: Bug Something isn't working label Nov 29, 2024
@github-actions github-actions bot added Arch: arm Issues related to ARM (32-bit) architecture Arch: mips Issues related to the MIPS architecture Area: Posix Posix issues OS: Other Issues related to other OS (not Linux, Mac or Win) labels Nov 29, 2024
@acassis
Copy link
Contributor

acassis commented Dec 1, 2024

@v-clone thanks for reporting this issue! Please submit a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: arm Issues related to ARM (32-bit) architecture Arch: mips Issues related to the MIPS architecture Area: Posix Posix issues OS: Other Issues related to other OS (not Linux, Mac or Win) Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants