7b6084451d
Reference: http://www.freelists.org/post/procps/backporting,1 Reported-by: Jim Warner <james.warner@comcast.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
11 lines
193 B
C
11 lines
193 B
C
/*
|
|
* This header was copied from util-linux at fall 2011.
|
|
*/
|
|
|
|
#ifndef PROCPS_NG_STRUTILS
|
|
#define PROCPS_NG_STRUTILS
|
|
|
|
extern long strtol_or_err(const char *str, const char *errmesg);
|
|
|
|
#endif
|