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 build on m68k with uclibc #3816

Closed
wants to merge 1 commit into from
Closed

fix build on m68k with uclibc #3816

wants to merge 1 commit into from

Conversation

ffontaine
Copy link
Contributor

@ffontaine ffontaine commented Apr 24, 2019

uclibc on m68k defines _POSIX_SPIN_LOCKS but does not define
pthread_spin_unlock so check for this function before using
pthread_spin_xxx functions

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Link to [redmine] ticket: https://redmine.openinfosecfoundation.org/issues/2992

uclibc on m68k defines _POSIX_SPIN_LOCKS but does not define
pthread_spin_unlock so check for this function before using
pthread_spin_xxx functions

Fixes:
 - http://autobuild.buildroot.org/results/ed923bcc1454ce90444b8dac7c064b5f4ea4a0a5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@ffontaine ffontaine requested a review from a team as a code owner April 24, 2019 19:54
@norg
Copy link
Member

norg commented Jul 29, 2019

Can you make sure to sign the contributor agreement and add the necessary checks we added for the PR template?

@victorjulien victorjulien mentioned this pull request Aug 26, 2019
@victorjulien
Copy link
Member

Merged in #4123, thanks Fabrice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants