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

lseek returns off_t (double word on 32-bit targets) #661

Closed
agkaminski opened this issue Mar 15, 2023 · 1 comment
Closed

lseek returns off_t (double word on 32-bit targets) #661

agkaminski opened this issue Mar 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working kernel

Comments

@agkaminski
Copy link
Member

Phoenix kernel ABI supports only retvals with sizeof <= sizeof(int)

Fix syscall to return retval via pointer.

@agkaminski agkaminski added bug Something isn't working kernel labels Mar 15, 2023
@agkaminski agkaminski self-assigned this Mar 15, 2023
@lukileczo
Copy link
Member

Fixed by phoenix-rtos/phoenix-rtos-kernel#482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kernel
Projects
None yet
Development

No branches or pull requests

2 participants