]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/spu-linux-nat.c
gdb/
[thirdparty/binutils-gdb.git] / gdb / spu-linux-nat.c
index 235458ed7f388ac472540f10361e44c45e311e15..2dfec8c12889d1c5fc52c13fe3a08fbff240e517 100644 (file)
@@ -462,7 +462,7 @@ spu_child_wait (struct target_ops *ops,
 
       /* Claim it exited with unknown signal.  */
       ourstatus->kind = TARGET_WAITKIND_SIGNALLED;
-      ourstatus->value.sig = TARGET_SIGNAL_UNKNOWN;
+      ourstatus->value.sig = GDB_SIGNAL_UNKNOWN;
       return inferior_ptid;
     }