Cygwin: Update some mentions of x86 in documentation
This commit is contained in:
parent
8080c85630
commit
17761a8ef4
|
@ -785,7 +785,7 @@ demonstrates the bug is always welcome).
|
||||||
<answer>
|
<answer>
|
||||||
|
|
||||||
<para>Unfortunately, this will be difficult. Exception handling and signals
|
<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
|
to write specific support for your platform. We don't know of any other
|
||||||
incompatibilities. Please send us patches if you do this work!
|
incompatibilities. Please send us patches if you do this work!
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -13,7 +13,7 @@ Cygwin is a Linux-like environment for Windows. It consists of a DLL
|
||||||
providing substantial <ulink url="http://www.pasc.org/#POSIX">POSIX</ulink>
|
providing substantial <ulink url="http://www.pasc.org/#POSIX">POSIX</ulink>
|
||||||
(Portable Operating System Interface) system call functionality, and a
|
(Portable Operating System Interface) system call functionality, and a
|
||||||
collection of tools, which provide a Linux look and feel. The Cygwin DLL
|
collection of tools, which provide a Linux look and feel. The Cygwin DLL
|
||||||
works with all x86 and AMD64 versions of Windows NT since Windows XP SP3.
|
works with all AMD64 versions of Windows NT since Windows Vista/Server 2008.
|
||||||
The API follows the
|
The API follows the
|
||||||
<ulink url="http://www.opengroup.org/onlinepubs/009695399/nfindex.html">Single
|
<ulink url="http://www.opengroup.org/onlinepubs/009695399/nfindex.html">Single
|
||||||
Unix Specification</ulink> as much as possible, and then Linux practice.
|
Unix Specification</ulink> as much as possible, and then Linux practice.
|
||||||
|
|
Loading…
Reference in New Issue