~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/x86_64/strcasecmp_l.S

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define STRCMP __strcasecmp_l
 
2
#define USE_AS_STRCASECMP_L
 
3
#include "strcmp.S"
 
4
 
 
5
weak_alias (__strcasecmp_l, strcasecmp_l)
 
6
libc_hidden_def (strcasecmp_l)