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

error: call to undeclared function 'gettid' #1252

Closed
jperedadnr opened this issue Jul 11, 2024 · 0 comments · Fixed by #1253
Closed

error: call to undeclared function 'gettid' #1252

jperedadnr opened this issue Jul 11, 2024 · 0 comments · Fixed by #1253
Labels
bug Something isn't working

Comments

@jperedadnr
Copy link
Contributor

After #1251 , WebView on Android doesn't compile anymore

bridge_webview.c:156:5: error: call to undeclared function 'gettid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    ATTACH_GRAAL();
    ^
./bridge_webview.h:39:15: note: expanded from macro 'ATTACH_GRAAL'
    int tid = gettid(); \
              ^
@jperedadnr jperedadnr added the bug Something isn't working label Jul 11, 2024
@jperedadnr jperedadnr mentioned this issue Jul 11, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant