strings.h: undef ffs/ffsl/ffsll.

Protect against software that #defines these, such as mesa3d.

Test: treehugger
Change-Id: I22e937423967676ea332956289419d48bb7c2cd3
This commit is contained in:
Elliott Hughes 2020-06-25 08:46:06 -07:00
parent c17236ee78
commit c9889fdf15
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
#define __BIONIC_STRINGS_INLINE static __inline #define __BIONIC_STRINGS_INLINE static __inline
#endif #endif
#undef ffs
#undef ffsl
#undef ffsll
__BEGIN_DECLS __BEGIN_DECLS
/** Deprecated. Use memmove() instead. */ /** Deprecated. Use memmove() instead. */