Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r83392:98b19c56182b
Date: 2016-03-27 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/98b19c56182b/

Log:    The exact same issue occurs on ppc64 big-endian

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -849,7 +849,7 @@
     # reason: legacy code required a union wait. see
     # https://sourceware.org/bugzilla/show_bug.cgi?id=19613
     # for more details. If this get's fixed we can use lltype.Signed
-    # again.
+    # again.  (The exact same issue occurs on ppc64 big-endian.)
     c_func = external(name, [rffi.INT], lltype.Signed,
                       macro=_MACRO_ON_POSIX)
     returning_int = name in ('WEXITSTATUS', 'WSTOPSIG', 'WTERMSIG')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to