Merge "strings.h: undef ffs/ffsl/ffsll."

This commit is contained in:
Treehugger Robot 2020-06-25 19:11:08 +00:00 committed by Gerrit Code Review
commit b76e8e610c

View file

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