diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 20:06:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 20:06:01 -0400 |
commit | 54b1f8b6bf88e34c55b77b2e4acb00776b4a5783 (patch) | |
tree | 9773acf77ec71ec30fb86128a0e58a78f269beea /posix/glob.h | |
parent | d48e586806e3a2a676c60b9b1bf321b0d097fab4 (diff) | |
download | glibc-54b1f8b6bf88e34c55b77b2e4acb00776b4a5783.zip glibc-54b1f8b6bf88e34c55b77b2e4acb00776b4a5783.tar.gz glibc-54b1f8b6bf88e34c55b77b2e4acb00776b4a5783.tar.bz2 |
Fix last checkin
Diffstat (limited to 'posix/glob.h')
-rw-r--r-- | posix/glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |