commit | b76e8e610c92891546a45b41acc5a92a60f65053 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 25 19:11:08 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 25 19:11:08 2020 +0000 |
tree | 67cb2898f147b55b0a6a54cf2d45b745a5b0952d | |
parent | d381b26576e6f7a2bb3978e996cb99dd70af68d1 [diff] | |
parent | c9889fdf15897e70af011e597f0f2259c7e579ff [diff] |
Merge "strings.h: undef ffs/ffsl/ffsll."
diff --git a/libc/include/strings.h b/libc/include/strings.h index ba69c8d..ff6b925 100644 --- a/libc/include/strings.h +++ b/libc/include/strings.h
@@ -53,6 +53,10 @@ #define __BIONIC_STRINGS_INLINE static __inline #endif +#undef ffs +#undef ffsl +#undef ffsll + __BEGIN_DECLS /** Deprecated. Use memmove() instead. */