diff options
author | Ron Yorston <rmy@pobox.com> | 2021-05-14 08:17:12 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-05-14 08:17:12 +0100 |
commit | a3f5a1b7f4275f713acf22f534f95c0da8392e53 (patch) | |
tree | 49b65422a3e9c33f508da9ccf3ae79d324bd9e96 /include/platform.h | |
parent | 375cda9a88024135d630ca8990d9aff4ea414e89 (diff) | |
parent | 7de0ab21d939a5a304157f75918d0318a95261a3 (diff) | |
download | busybox-w32-a3f5a1b7f4275f713acf22f534f95c0da8392e53.tar.gz busybox-w32-a3f5a1b7f4275f713acf22f534f95c0da8392e53.tar.bz2 busybox-w32-a3f5a1b7f4275f713acf22f534f95c0da8392e53.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index d992b2633..b2d918643 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -216,6 +216,7 @@ | |||
216 | #endif | 216 | #endif |
217 | 217 | ||
218 | #if ULONG_MAX > 0xffffffff | 218 | #if ULONG_MAX > 0xffffffff |
219 | /* inline 64-bit bswap only on 64-bit arches */ | ||
219 | # define bb_bswap_64(x) bswap_64(x) | 220 | # define bb_bswap_64(x) bswap_64(x) |
220 | #endif | 221 | #endif |
221 | 222 | ||
@@ -445,6 +446,7 @@ typedef unsigned smalluint; | |||
445 | #define HAVE_NET_ETHERNET_H 1 | 446 | #define HAVE_NET_ETHERNET_H 1 |
446 | #define HAVE_SYS_STATFS_H 1 | 447 | #define HAVE_SYS_STATFS_H 1 |
447 | #define HAVE_PRINTF_PERCENTM 1 | 448 | #define HAVE_PRINTF_PERCENTM 1 |
449 | #define HAVE_WAIT3 1 | ||
448 | 450 | ||
449 | #if defined(__UCLIBC__) | 451 | #if defined(__UCLIBC__) |
450 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) | 452 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) |
@@ -578,6 +580,9 @@ typedef unsigned smalluint; | |||
578 | # undef HAVE_STPCPY | 580 | # undef HAVE_STPCPY |
579 | # undef HAVE_STPNCPY | 581 | # undef HAVE_STPNCPY |
580 | # endif | 582 | # endif |
583 | # if __ANDROID_API__ >= 21 | ||
584 | # undef HAVE_WAIT3 | ||
585 | # endif | ||
581 | # undef HAVE_MEMPCPY | 586 | # undef HAVE_MEMPCPY |
582 | # undef HAVE_STRCHRNUL | 587 | # undef HAVE_STRCHRNUL |
583 | # undef HAVE_STRVERSCMP | 588 | # undef HAVE_STRVERSCMP |