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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/machine/spu/sys/syscall.h b/newlib/libc/machine/spu/sys/syscall.h
deleted file mode 100644
index caac53105..000000000
--- a/newlib/libc/machine/spu/sys/syscall.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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