~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to reference/bionic/strlen.c

  • Committer: Michael Hope
  • Date: 2011-08-31 23:52:54 UTC
  • Revision ID: michael.hope@linaro.org-20110831235254-ulhm5l7qhhl16kty
Updated the Bionc reference to android-2.3.5_r1

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26
26
 * SUCH DAMAGE.
27
27
 */
 
28
 
28
29
#include <string.h>
29
30
#include <stdint.h>
 
31
#undef strlen
30
32
 
31
33
#define __ARM_HAVE_PLD  1
32
34