Skip to content

missing header files in the installation

Davide Madrisan requested to merge madrisan/procps:newlib into newlib

I'm trying to use the libprocps newlib library from an external program but the instruction `#include <proc/procps.h>' results in some make errors because the following header files are not installed:

  • proc/meminfo.h
  • proc/namespace.h
  • proc/stat.h

This patch solves this issue.

Edited by Davide Madrisan

Merge request reports