diff options
author | Ron Yorston <rmy@pobox.com> | 2016-05-16 09:33:03 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-05-16 09:33:03 +0100 |
commit | 35d2f5bccb0f3dde600702ebcdb5424d4d50be4a (patch) | |
tree | 6e0ff0341c69839e268459a199682628bae734ed /include | |
parent | 248a2600a2f4b442101ad568d1994b908bb28d4b (diff) | |
parent | f2559e5c2b7bd2c5fa0dd8e88d0a931da92a23af (diff) | |
download | busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.tar.gz busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.tar.bz2 busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r-- | include/.gitignore | 1 | ||||
-rw-r--r-- | include/libbb.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/include/.gitignore b/include/.gitignore index 9d9b6c499..75afff9ca 100644 --- a/include/.gitignore +++ b/include/.gitignore | |||
@@ -8,3 +8,4 @@ | |||
8 | /NUM_APPLETS.h | 8 | /NUM_APPLETS.h |
9 | /usage_compressed.h | 9 | /usage_compressed.h |
10 | /usage.h | 10 | /usage.h |
11 | /common_bufsiz.h* | ||
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 | |||
1852 | extern const int const_int_0; | 1852 | extern 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) */ | ||
1857 | enum { COMMON_BUFSIZE = (BUFSIZ >= 256*sizeof(void*) ? BUFSIZ+1 : 256*sizeof(void*)) }; | ||
1858 | extern 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 */ |
1861 | struct globals; | 1857 | struct globals; |