aboutsummaryrefslogtreecommitdiff
path: root/debianutils/pipe_progress.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debianutils/pipe_progress.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c
index acd7402d7..850c4d34b 100644
--- a/debianutils/pipe_progress.c
+++ b/debianutils/pipe_progress.c
@@ -16,8 +16,11 @@
16 16
17//kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o 17//kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o
18 18
19//usage:#define pipe_progress_trivial_usage NOUSAGE_STR 19//usage:#define pipe_progress_trivial_usage IF_PLATFORM_POSIX(NOUSAGE_STR)
20//usage: IF_PLATFORM_MINGW32("")
20//usage:#define pipe_progress_full_usage "" 21//usage:#define pipe_progress_full_usage ""
22//usage: IF_PLATFORM_MINGW32("\n\n")
23//usage: IF_PLATFORM_MINGW32("Display a dot to indicate pipe activity")
21 24
22#include "libbb.h" 25#include "libbb.h"
23 26