Fix last checkin

This commit is contained in:
Ulrich Drepper 2011-09-05 20:06:01 -04:00
parent d48e586806
commit 54b1f8b6bf
1 changed files with 1 additions and 0 deletions

View 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. */