aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libbb.h b/include/libbb.h
index ffe1504e1..9a7590edd 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1852,10 +1852,6 @@ extern const char bb_PATH_root_path[] ALIGN1; /* "PATH=/sbin:/usr/sbin:/bin:/usr
1852extern const int const_int_0; 1852extern const int const_int_0;
1853//extern const int const_int_1; 1853//extern const int const_int_1;
1854 1854
1855
1856/* Providing hard guarantee on minimum size (think of BUFSIZ == 128) */
1857enum { COMMON_BUFSIZE = (BUFSIZ >= 256*sizeof(void*) ? BUFSIZ+1 : 256*sizeof(void*)) };
1858extern char bb_common_bufsiz1[COMMON_BUFSIZE];
1859/* This struct is deliberately not defined. */ 1855/* This struct is deliberately not defined. */
1860/* See docs/keep_data_small.txt */ 1856/* See docs/keep_data_small.txt */
1861struct globals; 1857struct globals;