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

naming conflict in genwqe-user with glibc >=2.30 #175

Open
ngothan opened this issue Jan 22, 2020 · 0 comments
Open

naming conflict in genwqe-user with glibc >=2.30 #175

ngothan opened this issue Jan 22, 2020 · 0 comments

Comments

@ngothan
Copy link

ngothan commented Jan 22, 2020

the latest glibc (v2.30) and newer declares its own gettid() function (see [0]) and this creates a naming conflict in genwqe-user which has a function with the same name.

[0] https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92

I made a proposed patch which resolves this issue. You find it in my pull request.

As alternative we could rename the gettid to sys_gettid.

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

No branches or pull requests

1 participant