aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
-rw-r--r--include/xregex.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3a7a8f33f..fcff7b51e 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1495,6 +1495,8 @@ procps_status_t* procps_scan(procps_status_t* sp, int flags) FAST_FUNC;
1495void read_cmdline(char *buf, int size, unsigned pid, const char *comm) FAST_FUNC; 1495void read_cmdline(char *buf, int size, unsigned pid, const char *comm) FAST_FUNC;
1496pid_t *find_pid_by_name(const char* procName) FAST_FUNC; 1496pid_t *find_pid_by_name(const char* procName) FAST_FUNC;
1497pid_t *pidlist_reverse(pid_t *pidList) FAST_FUNC; 1497pid_t *pidlist_reverse(pid_t *pidList) FAST_FUNC;
1498int starts_with_cpu(const char *str) FAST_FUNC;
1499unsigned get_cpu_count(void) FAST_FUNC;
1498 1500
1499 1501
1500extern const char bb_uuenc_tbl_base64[]; 1502extern const char bb_uuenc_tbl_base64[];
diff --git a/include/xregex.h b/include/xregex.h
index 61658ed85..44a2297e6 100644
--- a/include/xregex.h
+++ b/include/xregex.h
@@ -6,7 +6,7 @@
6 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell 6 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
7 * Permission has been granted to redistribute this code under the GPL. 7 * Permission has been granted to redistribute this code under the GPL.
8 * 8 *
9 * Licensed under GPLv2 or later, see file License in this tarball for details. 9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
10 */ 10 */
11#ifndef BB_REGEX_H 11#ifndef BB_REGEX_H
12#define BB_REGEX_H 1 12#define BB_REGEX_H 1