]> sourceware.org Git - glibc.git/commitdiff
Add missing copyright year updated and pretty printing.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Aug 2010 18:42:19 +0000 (11:42 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Aug 2010 18:42:19 +0000 (11:42 -0700)
sysdeps/x86_64/multiarch/strcspn-c.c
sysdeps/x86_64/multiarch/strspn-c.c
sysdeps/x86_64/multiarch/varshift.h

index 04aba462378e2c342486846f3d4569bd9dcd79ba..0b2ce769269b4aeeb04f6b84e0ffefccba457537 100644 (file)
@@ -1,5 +1,5 @@
 /* strcspn with SSE4.2 intrinsics
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
    Contributed by Intel Corporation.
    This file is part of the GNU C Library.
 
index ab58549f9b88577764ec02d777fab6ee087e235c..6faa259fd7089f76a1a21000d2437c3f13381563 100644 (file)
@@ -1,5 +1,5 @@
 /* strspn with SSE4.2 intrinsics
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
    Contributed by Intel Corporation.
    This file is part of the GNU C Library.
 
index d679739f69be419c3370d77637710dc38fd18bd2..58f98b0fda9b5715905255eb1ae86cb991878eb5 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 
-extern char ___m128i_shift_right[31] __attribute__((visibility("hidden")));
+extern char ___m128i_shift_right[31] __attribute__ ((visibility ("hidden")));
 
 static __inline__ __m128i
 __m128i_shift_right (__m128i value, unsigned long offset)
This page took 0.044739 seconds and 5 git commands to generate.