Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(76)

Unified Diff: include/cstddef

Issue 1164043: [PATCH] Make libc++ compile on linux (Closed) Base URL: http://llvm.org/svn/llvm-project/libcxx/trunk/
Patch Set: s/OSAtomic/__sync/g Created 14 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/algorithm ('k') | include/iosfwd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/cstddef
===================================================================
--- include/cstddef (revision 104455)
+++ include/cstddef (working copy)
@@ -34,6 +34,8 @@
*/
#include <__config>
+#define __need_ptrdiff_t
+#define __need_size_t
#include <stddef.h>
#pragma GCC system_header
« no previous file with comments | « include/algorithm ('k') | include/iosfwd » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b