Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-06-02 22:41:21 +0400
committerHoward Hinnant <hhinnant@apple.com>2010-06-02 22:41:21 +0400
commit2234ef34071ebe00f95b6c48b927ac9912b284ed (patch)
tree2e401931717f5ca8b44e2add8adbe4268fa5a982 /libcxx/include/cstddef
parentcbbf633edb3d7751cd313bca1839ade9f23d84f2 (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
Diffstat (limited to 'libcxx/include/cstddef')
-rw-r--r--libcxx/include/cstddef4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/cstddef b/libcxx/include/cstddef
index 8264a8b29cae..11d07a2ec292 100644
--- a/libcxx/include/cstddef
+++ b/libcxx/include/cstddef
@@ -34,10 +34,6 @@ Types:
*/
#include <__config>
-#define __need_NULL
-#define __need_ptrdiff_t
-#define __need_size_t
-#include <stddef.h>
#include <stddef.h>
#pragma GCC system_header