Rebuild glibc, if you happen to need sigreturn to actually return a value.
Signed-off-by: Barret Rhoden <[email protected]>
---
tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/sigreturn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/sigreturn.c
b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/sigreturn.c
index b4c5da890719..55bf8e31c41a 100644
--- a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/sigreturn.c
+++ b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/sigreturn.c
@@ -21,6 +21,6 @@
int __sigreturn(struct sigcontext *context)
{
- signal_ops->sigreturn(context);
+ return signal_ops->sigreturn(context);
}
weak_alias(__sigreturn, sigreturn)
--
2.6.0.rc2.230.g3dd15c0
--
You received this message because you are subscribed to the Google Groups
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.