diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-22 14:56:12 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-22 14:56:12 +0100 |
commit | ce9af1cc5ea23f754587448cf35b5120c77bfeef (patch) | |
tree | 69e5eaba5e75ab909ed92d5045393471b8ff3c13 /klibc-utils/minips.c | |
parent | c170026700eabb10147dd848c45c06995b43a32e (diff) | |
parent | e837a0dbbebf4229306df98fe9ee3b9bb30630c4 (diff) | |
download | busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.gz busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.bz2 busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'klibc-utils/minips.c')
-rw-r--r-- | klibc-utils/minips.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/klibc-utils/minips.c b/klibc-utils/minips.c new file mode 100644 index 000000000..6003bf57b --- /dev/null +++ b/klibc-utils/minips.c | |||
@@ -0,0 +1,12 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com> | ||
3 | * | ||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | ||
5 | */ | ||
6 | //config:config MINIPS | ||
7 | //config: bool "minips (11 kb)" | ||
8 | //config: default n # for god's sake, just use "ps" name in your scripts | ||
9 | //config: help | ||
10 | //config: Alias to "ps". | ||
11 | |||
12 | /* applet and kbuild hooks are in ps.c */ | ||