1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix last checkin

This commit is contained in:
Ulrich Drepper
2011-09-05 20:06:01 -04:00
parent d48e586806
commit 54b1f8b6bf

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