summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/sys/syscall.h')
-rw-r--r--newlib/libc/machine/spu/sys/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/sys/syscall.h b/newlib/libc/machine/spu/sys/syscall.h
index ca44b7dce..3a358a61b 100644
--- a/newlib/libc/machine/spu/sys/syscall.h
+++ b/newlib/libc/machine/spu/sys/syscall.h
@@ -1,4 +1,4 @@
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
-void __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
+int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
#endif