aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index e3b17655c..2cdfac639 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -2088,6 +2088,10 @@ int read_line_input(const char* prompt, char* command, int maxsize) FAST_FUNC;
2088 read_line_input(prompt, command, maxsize) 2088 read_line_input(prompt, command, maxsize)
2089#endif 2089#endif
2090 2090
2091#if ENABLE_PLATFORM_MINGW32
2092# undef COMM_LEN
2093# define COMM_LEN 32
2094#endif
2091#ifndef COMM_LEN 2095#ifndef COMM_LEN
2092# ifdef TASK_COMM_LEN 2096# ifdef TASK_COMM_LEN
2093enum { COMM_LEN = TASK_COMM_LEN }; 2097enum { COMM_LEN = TASK_COMM_LEN };