Welcome to mirror list, hosted at ThFree Co, Russian Federation.

minips.c « klibc-utils - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6003bf57bf27bc695d7ab1c000a4c9e20de1959b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
 *
 * Licensed under GPLv2, see file LICENSE in this source tree.
 */
//config:config MINIPS
//config:	bool "minips (11 kb)"
//config:	default n  # for god's sake, just use "ps" name in your scripts
//config:	help
//config:	Alias to "ps".

/* applet and kbuild hooks are in ps.c */