This fixes a typo in the arch_set_success function for the or1k 
architecture.
---
  linux/or1k/set_error.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/or1k/set_error.c b/linux/or1k/set_error.c
index db86eae..1797338 100644
--- a/linux/or1k/set_error.c
+++ b/linux/or1k/set_error.c
@@ -6,7 +6,7 @@ arch_set_error(struct tcb *tcp)
  }

  static int
-arch_setsuccess(struct tcb *tcp)
+arch_set_success(struct tcb *tcp)
  {
         or1k_regs.gpr[11] = tcp->u_rval;
         return set_regs(tcp->pid);
--
2.1.4

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to