From: Ulrich Drepper Date: Tue, 6 Sep 2011 00:06:01 +0000 (-0400) Subject: Fix last checkin X-Git-Tag: glibc-2.15~360 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54b1f8b6bf88e34c55b77b2e4acb00776b4a5783;p=platform%2Fupstream%2Fglibc.git Fix last checkin --- diff --git a/posix/glob.h b/posix/glob.h index a5153e8..07f2ac7 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -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. */