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

uClibc compatibility for core #59

Merged
merged 1 commit into from
Nov 23, 2012
Merged

uClibc compatibility for core #59

merged 1 commit into from
Nov 23, 2012

Conversation

kunkku
Copy link
Contributor

@kunkku kunkku commented Nov 23, 2012

Make the core compile with uClibc (and more compliant with POSIX)

unbit added a commit that referenced this pull request Nov 23, 2012
uClibc compatibility for core
@unbit unbit merged commit 35fbd85 into unbit:master Nov 23, 2012
@prymitive
Copy link
Contributor

This broke uWSGI on (at least) ubuntu:

cc1: warnings being treated as errors
core/utils.c: In function ‘uwsgi_set_cpu_affinity’:
core/utils.c:4659: error: implicit declaration of function ‘CPU_ZERO’
core/utils.c:4664: error: implicit declaration of function ‘CPU_SET’
core/utils.c:4675: error: implicit declaration of function ‘sched_setaffinity’
make: *** [all] Błąd 1

@unbit Maybe it's time to hook up travis-ci.org? Beside broken python2.5 plugin on gcc everything works fine with the config I made.

travis build

@unbit
Copy link
Owner

unbit commented Nov 23, 2012

reverted, need some #ifdef

@unbit
Copy link
Owner

unbit commented Nov 23, 2012

i think the problem is in sched.h include, i will look at it later

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