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 current Fedora Rawhide #8

Open
wants to merge 2 commits into
base: v10_3_1-spec-rework
Choose a base branch
from

Conversation

michich
Copy link

@michich michich commented Aug 18, 2017

No description provided.

This module used several functions from string.h without the header
file being #included.
Include files under <bits/...> are internal glibc headers. They should
be used only in other glibc headers.
glibc 2.26 does not have bits/sigset.h anymore.
It does not seem to be used for anything anyway, so stop including it.

The __signed__ macro is not used either, so remove it too.

For some reason these includes and definitions were inside "#if
defined(LINT)" blocks. The only other thing in these blocks is "#include
<stdlib.h>" in Esm/ib/src/cs/vs_pool_common.c and that seems superfluous
there. So drop those blocks altogether.
@sjb017
Copy link
Contributor

sjb017 commented Aug 18, 2017 via email

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

Successfully merging this pull request may close these issues.

2 participants