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 a compile error in _psutil_linux.c if PSUTIL_HAVE_IOPRIO is false #1695

Merged

Conversation

akruis
Copy link
Contributor

@akruis akruis commented Feb 15, 2020

The macro PSUTIL_HAVE_IOPRIO is always defined. Therefore the test must be #if PSUTIL_HAVE_IOPRIO not #ifdef PSUTIL_HAVE_IOPRIO.

The macro PSUTIL_HAVE_IOPRIO is always defined.
@giampaolo giampaolo merged commit dc7278a into giampaolo:master Feb 15, 2020
giampaolo added a commit that referenced this pull request Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants