procps/lib
Craig Small a61f78d6e0 library: rework namespace calls
Functions related to namespaces were half-in half-out of the
procps library and didn't fit the standard naming scheme.

While struct { long ns[x]} is a bit clunky, its the only way
to "lock in" x. The alternative is to use ns_* variables.

This work was needed before pgrep could be converted.
2015-09-03 22:32:19 +10:00
..
.gitignore Create test process 2015-06-13 15:04:31 +10:00
fileutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00
signals.c library: Remove signal name from library 2015-06-29 21:52:51 +10:00
strutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00
test_fileutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00
test_process.c Create test process 2015-06-13 15:04:31 +10:00
test_strutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00