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) | |
download | busybox-w32-66be5e7e29ad6fa457376996b4c08d307b92a6f1.tar.gz busybox-w32-66be5e7e29ad6fa457376996b4c08d307b92a6f1.tar.bz2 busybox-w32-66be5e7e29ad6fa457376996b4c08d307b92a6f1.zip |
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 @@ | |||
86 | #define BB_TOUCH | 86 | #define BB_TOUCH |
87 | #define BB_TRUE_FALSE | 87 | #define BB_TRUE_FALSE |
88 | #define BB_TTY | 88 | #define BB_TTY |
89 | #define BB_UPTIME | ||
89 | #define BB_WC | 90 | #define BB_WC |
90 | #define BB_WHOAMI | 91 | #define BB_WHOAMI |
91 | #define BB_UMOUNT | 92 | #define BB_UMOUNT |