commit | 2234ef34071ebe00f95b6c48b927ac9912b284ed | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Wed Jun 02 18:41:21 2010 |
committer | Howard Hinnant <[email protected]> | Wed Jun 02 18:41:21 2010 |
tree | 2e401931717f5ca8b44e2add8adbe4268fa5a982 | |
parent | cbbf633edb3d7751cd313bca1839ade9f23d84f2 [diff] |
I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like. llvm-svn: 105337
diff --git a/libcxx/include/cstddef b/libcxx/include/cstddef index 8264a8b..11d07a2 100644 --- a/libcxx/include/cstddef +++ b/libcxx/include/cstddef
@@ -34,10 +34,6 @@ */ #include <__config> -#define __need_NULL -#define __need_ptrdiff_t -#define __need_size_t -#include <stddef.h> #include <stddef.h> #pragma GCC system_header