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