]> sourceware.org Git - glibc.git/commitdiff
Fix last checkin
authorUlrich Drepper <drepper@gmail.com>
Tue, 6 Sep 2011 00:06:01 +0000 (20:06 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 6 Sep 2011 00:06:01 +0000 (20:06 -0400)
posix/glob.h

index a5153e8e0e0de874c9c195db47de35b2307b95f9..07f2ac774495398e424b36421017fb58530fb46c 100644 (file)
@@ -29,6 +29,7 @@ __BEGIN_DECLS
 typedef __SIZE_TYPE__ __size_t;
 # if defined __USE_XOPEN || __USE_XOPEN2K8
 typedef __SIZE_TYPE__ size_t;
+# endif
 #else
 /* The GNU CC stddef.h version defines __size_t as empty.  We need a real
    definition.  */
This page took 0.040006 seconds and 5 git commands to generate.