diff options
author | Rob Landley <rob@landley.net> | 2015-10-27 05:58:19 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-10-27 05:58:19 -0500 |
commit | d4c17cdaf1f72a872dcbe12952412f02810c29b5 (patch) | |
tree | 6e2be67906961503052e2c1d7483b95209b6f571 /lib/lib.h | |
parent | eb1bbc245dd6554a8fbe879a4efb903f6e7788cb (diff) | |
download | toybox-d4c17cdaf1f72a872dcbe12952412f02810c29b5.tar.gz |
Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF)
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ void xpidfile(char *name); void xregcomp(regex_t *preg, char *rexec, int cflags); char *xtzset(char *new); void xsignal(int signal, void *handler); -unsigned xcount_cpus(void); // lib.c void verror_msg(char *msg, int err, va_list va); |