wok-6.x rev 20893
busybox: update for diet 0.34
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 10:41:20 2019 +0100 (2019-02-26) |
parents | 02c70d036ea0 |
children | 55031da0f063 |
files | busybox/stuff/busybox-1.30-diet.u |
line diff
1.1 --- a/busybox/stuff/busybox-1.30-diet.u Tue Feb 26 09:14:07 2019 +0100 1.2 +++ b/busybox/stuff/busybox-1.30-diet.u Tue Feb 26 10:41:20 2019 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 --- busybox-1.30/include/platform.h 1.5 +++ busybox-1.30/include/platform.h 1.6 -@@ -533,6 +533,21 @@ 1.7 +@@ -533,6 +533,25 @@ 1.8 # undef HAVE_PRINTF_PERCENTM 1.9 #endif 1.10 1.11 @@ -16,6 +16,10 @@ 1.12 +# undef HAVE_STRVERSCMP 1.13 +# undef HAVE_DPRINTF 1.14 +# undef HAVE_STRCASESTR 1.15 ++#undef ALWAYS_INLINE 1.16 ++#define ALWAYS_INLINE inline 1.17 ++#undef NOINLINE 1.18 ++#define NOINLINE 1.19 +# define ttyname_r(a,b,c) (strlcpy(b, ttyname(a), c) == 0) 1.20 +#endif 1.21 +