diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-05 20:06:05 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-05 20:06:05 +0000 |
commit | d39c28189c35cd06950321431130e328c57afad0 (patch) | |
tree | dea21b3040c5daa12aa8dd825419af4a898de943 | |
parent | 82530a6dd0dabd25f3ef08af279f05042e74a130 (diff) |
Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return
cone of shame guenther@
ok deraadt@
-rw-r--r-- | lib/libc/arch/powerpc/sys/sigsuspend.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/sys/sigsuspend.S b/lib/libc/arch/powerpc/sys/sigsuspend.S index ebb8f31a9f0..cab1d4efe32 100644 --- a/lib/libc/arch/powerpc/sys/sigsuspend.S +++ b/lib/libc/arch/powerpc/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.3 2015/09/05 06:22:47 guenther Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.4 2015/09/05 20:06:04 guenther Exp $ */ /* * Copyright (c) 1996 Dale Rahn @@ -33,4 +33,5 @@ PREFIX(sigsuspend) lwz 3, 0(3) /* load the mask */ sc + PSEUDO_SUFFIX SYSCALL_END(sigsuspend) |