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: index() -> strchr() #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: index() -> strchr() #118

wants to merge 1 commit into from

Conversation

bb010g
Copy link

@bb010g bb010g commented May 13, 2024

index() is deprecated.

`index()` is deprecated.
@SamB
Copy link

SamB commented Nov 5, 2024

Also, Android's Bionic omits index/rindex altogether: https://cs.android.com/android/platform/superproject/main/+/main:bionic/libc/include/strings.h; there'san implementation of index in ndk_cruft.cpp but I'm not sure what for: it's certainly not exported from libc.so...

@MatiasHiltunen
Copy link

This is much needed PR, more about it here: astral-sh/uv#7373 (comment)

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.

3 participants