Merge "strings.h: undef ffs/ffsl/ffsll."
This commit is contained in:
commit
b76e8e610c
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
#define __BIONIC_STRINGS_INLINE static __inline
|
||||
#endif
|
||||
|
||||
#undef ffs
|
||||
#undef ffsl
|
||||
#undef ffsll
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/** Deprecated. Use memmove() instead. */
|
||||
|
|
Loading…
Reference in a new issue