diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-05 07:52:05 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-05 07:52:05 +0000 |
commit | 66be5e7e29ad6fa457376996b4c08d307b92a6f1 (patch) | |
tree | 6728a78fe0cbe9ee36ca504dd10b3584983b9a06 /busybox.def.h | |
parent | 6437170cb31302d8525cd6fcbe0a2efad386ab9d (diff) |
Wrote uptime. Doesn't use /proc. :)
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3407b2cc0..b82bcc5f1 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -86,6 +86,7 @@ #define BB_TOUCH #define BB_TRUE_FALSE #define BB_TTY +#define BB_UPTIME #define BB_WC #define BB_WHOAMI #define BB_UMOUNT |