Merge commit 'gnu/master' into test
[qemu] / linux-user / ppc / syscall.h
index a21d61b..d789911 100644 (file)
@@ -51,6 +51,9 @@ struct target_revectored_struct {
        abi_ulong __map[8];                     /* 256 bits */
 };
 
+/* Nasty hack: define a fake errno value for use by sigreturn.  */
+#define TARGET_QEMU_ESIGRETURN 255
+
 /*
  * flags masks
  */