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

Fix ABI wrapping for readdir() #3640

Merged
merged 3 commits into from
Jun 22, 2024
Merged

Conversation

kaidokert
Copy link
Member

@kaidokert kaidokert commented Jun 22, 2024

Add missing ABI wrappers for readdir_r. The dirent struct size is different on 64/32bit platforms.

Fixes broken Raspi-2 builds after #2773 and #3603

b/302730696

Add missing ABI wrappers for readdir_r. The dirent struct size
is different on 64/32bit platforms.

b/302730696
@kaidokert kaidokert merged commit 506e5f4 into youtube:main Jun 22, 2024
355 of 366 checks passed
@kaidokert kaidokert added the cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch label Jun 24, 2024
cobalt-github-releaser-bot pushed a commit that referenced this pull request Jun 24, 2024
Add missing ABI wrappers for readdir_r. The dirent struct size is
different on 64/32bit platforms.

Fixes broken Raspi-2 builds after #2773  and #3603

b/302730696

(cherry picked from commit 506e5f4)
kaidokert added a commit that referenced this pull request Jun 24, 2024
Refer to the original PR: #3640

Add missing ABI wrappers for readdir_r. The dirent struct size is
different on 64/32bit platforms.

Fixes broken Raspi-2 builds after #2773  and #3603

b/302730696

Co-authored-by: Kaido Kert <[email protected]>
@kaidokert kaidokert deleted the readdir_abi branch June 30, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch on_device
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants