summaryrefslogtreecommitdiff
path: root/www/hacking.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/hacking.html')
-rw-r--r--www/hacking.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/hacking.html b/www/hacking.html
index 59c79116..dd794f05 100644
--- a/www/hacking.html
+++ b/www/hacking.html
@@ -562,11 +562,6 @@ on weird machines. The regression test should spot these.</p>
an unusual set of data type widths, take a look at bits.h. We've
tried to collect all the architecture dependencies here.</p>
-<p>If you are porting to GCC on x64 Atom or any other compiler/machine
-combination where you suspect memcpy(3) might be implemented by
-reverse rather than forward copy, it may screw up the shared-memory
-export. Read the comment about this in libgps_shm.c and beware.</p>
-
<h2 id="architecture">Architecture and how to hack it</h2>
<p>There are two useful ways to think about the GPSD architecture.