[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r16431 - in /fsf/trunk/libc: ChangeLog posix/regex_internal.c



Author: eglibc
Date: Sat Dec 31 00:01:59 2011
New Revision: 16431

Log:
Import glibc-mainline for 2011-12-31

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/posix/regex_internal.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Dec 31 00:01:59 2011
@@ -1,3 +1,8 @@
+2011-12-30  Jakub Jelinek  <jakub@xxxxxxxxxx>
+
+	* posix/regex_internal.c (re_string_fetch_byte_case): Remove
+	pure attribute.
+
 2011-12-23  Ulrich Drepper  <drepper@xxxxxxxxx>
 
 	* version.h (RELEASE): Bump for 2.15 release.

Modified: fsf/trunk/libc/posix/regex_internal.c
==============================================================================
--- fsf/trunk/libc/posix/regex_internal.c (original)
+++ fsf/trunk/libc/posix/regex_internal.c Sat Dec 31 00:01:59 2011
@@ -868,7 +868,7 @@
 }
 
 static unsigned char
-internal_function __attribute ((pure))
+internal_function
 re_string_fetch_byte_case (re_string_t *pstr)
 {
   if (BE (!pstr->mbs_allocated, 1))

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits