Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/sys/syscall.h')
-rw-r--r--newlib/libc/machine/spu/sys/syscall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/sys/syscall.h b/newlib/libc/machine/spu/sys/syscall.h
index 3a358a61b..caac53105 100644
--- a/newlib/libc/machine/spu/sys/syscall.h
+++ b/newlib/libc/machine/spu/sys/syscall.h
@@ -1,4 +1,10 @@
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
+#ifdef __cplusplus
+extern "C" {
+#endif
int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
+#ifdef __cplusplus
+}
+#endif
#endif