~ubuntu-branches/ubuntu/lucid/libatomic-ops/lucid

« back to all changes in this revision

Viewing changes to debian/patches/01_s390_include.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-10-16 09:45:29 UTC
  • mfrom: (2.1.4 dapper)
  • Revision ID: james.westby@ubuntu.com-20061016094529-r3bevpq5w6g3rv20
Tags: 1.1-4
* Closes: #322027, #338469 -- add 04_m68k.patch for M68K support, from
  Roman Zippel <zippel@linux-m68k.org>.  Add note in README.Debian about
  port.
* Change mainatiner address to my @debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: src/atomic_ops/sysdeps/gcc/s390.h
 
2
===================================================================
 
3
--- src/atomic_ops/sysdeps/gcc/s390.h   (revision 90)
 
4
+++ src/atomic_ops/sysdeps/gcc/s390.h   (working copy)
 
5
@@ -30,8 +30,8 @@
 
6
 /*   may be delayed.  Otherwise everything is ordered.         */
 
7
 /* - There is a hardware compare-and-swap (CS) instruction.    */
 
8
 
 
9
-#include "ordered_except_wr.h"
 
10
-#include "all_aligned_atomic_load_store.h"
 
11
+#include "../ordered_except_wr.h"
 
12
+#include "../all_aligned_atomic_load_store.h"
 
13
 
 
14
 #include "../test_and_set_t_is_ao_t.h"
 
15
 /* FIXME: Is there a way to do byte-sized test-and-set?        */