~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to sysdeps/i386/i686/multiarch/strncase_l-c.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <string.h>
2
 
 
3
 
extern __typeof (strncasecmp_l) __strncasecmp_l_nonascii;
4
 
 
5
 
#define __strncasecmp_l __strncasecmp_l_nonascii
6
 
#define USE_IN_EXTENDED_LOCALE_MODEL    1
7
 
#include <string/strncase.c>
8
 
 
9
 
/* The needs of strcasecmp in libc are minimal, no need to go through
10
 
   the IFUNC.  */
11
 
strong_alias (__strncasecmp_l_nonascii, __GI___strncasecmp_l)