commit | 59ef87b59e733c43f4661aaeeb4bcf43a98a1f2b | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Wed Jun 02 18:53:22 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Wed Jun 02 18:53:22 2010 +0000 |
tree | df33acb04f8c61662c454b583bdfdfd52e1f7a17 | |
parent | dabf0f022e9a087e4f0b6fc13dec9c968661ec03 [diff] |
for Ubuntu llvm-svn: 105338 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 8ae5097f8106b260389a269370f240d1ada84a30
diff --git a/include/cstddef b/include/cstddef index 11d07a2..f6b34ad 100644 --- a/include/cstddef +++ b/include/cstddef
@@ -34,6 +34,13 @@ */ #include <__config> + +#ifdef __GLIBC__ +#define __need_NULL +#define __need_ptrdiff_t +#define __need_size_t +#endif + #include <stddef.h> #pragma GCC system_header