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:
parent
c17236ee78
commit
c9889fdf15
|
@ -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 New Issue