Add missing copyright year updated and pretty printing.

This commit is contained in:
Ulrich Drepper 2010-08-24 11:42:19 -07:00
parent 73f27d5e72
commit 1cdfe7242f
3 changed files with 3 additions and 3 deletions

View 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.

View 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.

View 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)