library: build on non-glibc systems

Some non-glibc systems didn't have libio.h or __BEGIN_DECLS
Changes to make it more standard.

References:
 issue #88
This commit is contained in:
Craig Small
2018-04-10 21:28:11 +10:00
parent 58bff862fc
commit 5576c8e438
3 changed files with 4 additions and 4 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ procps-ng-3.3.14
* pgrep: Don't segfault on non match Debian #894917
* pgrep/pkill: Revert so matches all namespaces issue #91
* free: Fix scaling on 32-bit systems issue #89
* library: Build on non-glibc systems issue #88
procps-ng-3.3.13
----------------