aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-24 11:40:28 +0100
committerRon Yorston <rmy@pobox.com>2017-07-24 12:03:28 +0100
commit60411636073cdc08e8005f0de00098e6dd00eaf5 (patch)
tree58673b64af1e663280be81f798c8f66ce116d1dd /include/libbb.h
parenteeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff)
parentb72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff)
downloadbusybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index c58cbc250..105a0b988 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1511,6 +1511,9 @@ extern void selinux_or_die(void) FAST_FUNC;
1511 * HOME=pw->pw_dir 1511 * HOME=pw->pw_dir
1512 * SHELL=shell 1512 * SHELL=shell
1513 * else does nothing 1513 * else does nothing
1514 *
1515 * NB: CHANGEENV and CLEARENV use setenv() - this leaks memory!
1516 * If setup_environment() is used is vforked child, this leaks memory _in parent too_!
1514 */ 1517 */
1515#define SETUP_ENV_CHANGEENV (1 << 0) 1518#define SETUP_ENV_CHANGEENV (1 << 0)
1516#define SETUP_ENV_CLEARENV (1 << 1) 1519#define SETUP_ENV_CLEARENV (1 << 1)