Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: lss.patch

Issue 3183009: WIP patch with fixes for building with Clang. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « llvm.sh ('k') | testing/gmock/include/gmock/gmock-actions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lss.patch
diff --git a/lss.patch b/lss.patch
new file mode 100644
index 0000000000000000000000000000000000000000..322433fe7d2733798ba7802aefe0dbfe2a32a0a5
--- /dev/null
+++ b/lss.patch
@@ -0,0 +1,15 @@
+Index: linux_syscall_support.h
+===================================================================
+--- linux_syscall_support.h (revision 3)
++++ linux_syscall_support.h (working copy)
+@@ -1844,8 +1844,8 @@
+ void *newtls, int *child_tidptr) {
+ long __res;
+ {
+- register void *__tls __asm__("r8") = newtls;
+- register int *__ctid __asm__("r10") = child_tidptr;
++ register void *__tls /*__asm__("r8")*/ = newtls;
++ register int *__ctid /*__asm__("r10")*/ = child_tidptr;
+ __asm__ __volatile__(/* if (fn == NULL)
+ * return -EINVAL;
+ */
« no previous file with comments | « llvm.sh ('k') | testing/gmock/include/gmock/gmock-actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698