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

[commits] r9212 - in /trunk/libc: ./ libio/ nptl/sysdeps/pthread/ posix/ stdio-common/ sysdeps/ieee754/ldbl-opt/



Author: maxim
Date: Mon Nov  9 05:46:29 2009
New Revision: 9212

Log:
	* libio/fileops.c, libio/iosetbuffer.c,
	* nptl/sysdeps/pthread/small-macros-fns.c, posix/fnmatch_loop.c,
        * posix/regcomp.c, posix/regexec.c, stdio-common/tst-sprintf.c,
	* stdio-common/tstdiomisc.c, sysdeps/ieee754/ldbl-opt/nldbl-compat.c,
	* sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Explicitly include
	<gnu/option-groups.h>.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/libio/fileops.c
    trunk/libc/libio/iosetbuffer.c
    trunk/libc/nptl/sysdeps/pthread/small-macros-fns.c
    trunk/libc/posix/fnmatch_loop.c
    trunk/libc/posix/regcomp.c
    trunk/libc/posix/regexec.c
    trunk/libc/stdio-common/tst-sprintf.c
    trunk/libc/stdio-common/tstdiomisc.c
    trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.c
    trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.h

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Mon Nov  9 05:46:29 2009
@@ -1,3 +1,12 @@
+2009-11-09  Maxim Kuvyrkov  <maxim@xxxxxxxxxxxxxxxx>
+
+	* libio/fileops.c, libio/iosetbuffer.c,
+	* nptl/sysdeps/pthread/small-macros-fns.c, posix/fnmatch_loop.c,
+        * posix/regcomp.c, posix/regexec.c, stdio-common/tst-sprintf.c,
+	* stdio-common/tstdiomisc.c, sysdeps/ieee754/ldbl-opt/nldbl-compat.c,
+	* sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Explicitly include
+	<gnu/option-groups.h>.
+
 2009-10-18  Michael Schroeder  <mls@xxxxxxx>
 
 	* resolv/res_libc.c (__res_maybe_init): Re-initialize if

Modified: trunk/libc/libio/fileops.c
==============================================================================
--- trunk/libc/libio/fileops.c (original)
+++ trunk/libc/libio/fileops.c Mon Nov  9 05:46:29 2009
@@ -40,6 +40,7 @@
 #include <string.h>
 #include <errno.h>
 #include <unistd.h>
+#include <gnu/option-groups.h>
 #ifdef __STDC__
 #include <stdlib.h>
 #endif

Modified: trunk/libc/libio/iosetbuffer.c
==============================================================================
--- trunk/libc/libio/iosetbuffer.c (original)
+++ trunk/libc/libio/iosetbuffer.c Mon Nov  9 05:46:29 2009
@@ -26,6 +26,8 @@
    This exception applies to code released by its copyright holders
    in files containing the exception.  */
 
+#include <gnu/option-groups.h>
+
 #include "libioP.h"
 
 void

Modified: trunk/libc/nptl/sysdeps/pthread/small-macros-fns.c
==============================================================================
--- trunk/libc/nptl/sysdeps/pthread/small-macros-fns.c (original)
+++ trunk/libc/nptl/sysdeps/pthread/small-macros-fns.c Mon Nov  9 05:46:29 2009
@@ -16,6 +16,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
+
+#include <gnu/option-groups.h>
 
 /* Handle macros from ./bits/libc-lock.h.  */
 #if defined _LIBC && (!defined NOT_IN_libc || defined IS_IN_libpthread)

Modified: trunk/libc/posix/fnmatch_loop.c
==============================================================================
--- trunk/libc/posix/fnmatch_loop.c (original)
+++ trunk/libc/posix/fnmatch_loop.c Mon Nov  9 05:46:29 2009
@@ -16,6 +16,8 @@
    License along with the GNU C Library; if not, write to the Free
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
+
+#include <gnu/option-groups.h>
 
 struct STRUCT
 {

Modified: trunk/libc/posix/regcomp.c
==============================================================================
--- trunk/libc/posix/regcomp.c (original)
+++ trunk/libc/posix/regcomp.c Mon Nov  9 05:46:29 2009
@@ -18,6 +18,8 @@
    License along with the GNU C Library; if not, write to the Free
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
+
+#include <gnu/option-groups.h>
 
 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
 					  size_t length, reg_syntax_t syntax);

Modified: trunk/libc/posix/regexec.c
==============================================================================
--- trunk/libc/posix/regexec.c (original)
+++ trunk/libc/posix/regexec.c Mon Nov  9 05:46:29 2009
@@ -17,6 +17,8 @@
    License along with the GNU C Library; if not, write to the Free
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
+
+#include <gnu/option-groups.h>
 
 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
 				     int n) internal_function;

Modified: trunk/libc/stdio-common/tst-sprintf.c
==============================================================================
--- trunk/libc/stdio-common/tst-sprintf.c (original)
+++ trunk/libc/stdio-common/tst-sprintf.c Mon Nov  9 05:46:29 2009
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <gnu/option-groups.h>
 
 
 int

Modified: trunk/libc/stdio-common/tstdiomisc.c
==============================================================================
--- trunk/libc/stdio-common/tstdiomisc.c (original)
+++ trunk/libc/stdio-common/tstdiomisc.c Mon Nov  9 05:46:29 2009
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <wchar.h>
+#include <gnu/option-groups.h>
 
 static int
 t1 (void)

Modified: trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.c
==============================================================================
--- trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.c (original)
+++ trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.c Mon Nov  9 05:46:29 2009
@@ -27,6 +27,7 @@
 #include <locale/localeinfo.h>
 #include <sys/syslog.h>
 #include <bits/libc-lock.h>
+#include <gnu/option-groups.h>
 
 #include "nldbl-compat.h"
 

Modified: trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.h
==============================================================================
--- trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.h (original)
+++ trunk/libc/sysdeps/ieee754/ldbl-opt/nldbl-compat.h Mon Nov  9 05:46:29 2009
@@ -31,6 +31,7 @@
 #include <math.h>
 #include <monetary.h>
 #include <sys/syslog.h>
+#include <gnu/option-groups.h>
 
 
 /* Declare the __nldbl_NAME function the wrappers call that's in libc.so.  */