Skip to content

Fix build on current Fedora Rawhide#8

Open
michich wants to merge 2 commits intocornelisnetworks:v10_3_1-spec-reworkfrom
michich:fix-build
Open

Fix build on current Fedora Rawhide#8
michich wants to merge 2 commits intocornelisnetworks:v10_3_1-spec-reworkfrom
michich:fix-build

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