Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-11-27 16:50:19 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-11-28 18:55:42 +0300
commit17761a8ef493351cf0678e24975839e6b30f6736 (patch)
tree202499446d24161a75404b2fcb37b8b798eefd70 /winsup/doc/faq-programming.xml
parent8080c856308919c06b4d6c5827cf0e34b78a5810 (diff)
Cygwin: Update some mentions of x86 in documentation
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r--winsup/doc/faq-programming.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 89c309af2..6b5d28034 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -785,7 +785,7 @@ demonstrates the bug is always welcome).
<answer>
<para>Unfortunately, this will be difficult. Exception handling and signals
-support semantics and args have been designed for x86 so you would need
+support semantics and args have been designed for x86_64 so you would need
to write specific support for your platform. We don't know of any other
incompatibilities. Please send us patches if you do this work!
</para>