Commit Graph

9 Commits

Author SHA1 Message Date
a909f6e917 Change restrict to __restrict in public includes
procps automake defines restrict which means the binaries for procps
binaries compile. However external programs may not of defined
restrict which means they will not complie if they include files found
in /usr/include/proc.

Includes from libc6 use __restrict and if is good enough for
them, its good enough for us.
2012-01-09 21:44:51 +11:00
94bbf63140 libproc-ng: add strtosig() function
The function will convert a signal number string to a signal name, or
vice a verse.  Return value is string, which is an function user is
expected to free after use.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-12-20 17:30:53 +01:00
aa6fd01f1d SKIP 2003-03-19 01:15:58 +00:00
1351592110 top: do not refresh like crazy 2003-03-17 23:42:00 +00:00
3e67b58ec2 satisfy GPL section 2a and LGPL section 2b name+date requirement 2002-12-15 00:30:17 +00:00
5087f3dbf6 big header clean-up 2002-12-09 07:00:07 +00:00
80b73a78e4 c99 warnings again 2002-11-27 08:36:03 +00:00
ade43a692b c99 -- ugh, this is HARD 2002-11-27 08:21:30 +00:00
03a9b5a30f procps 010114 2002-02-01 22:47:29 +00:00