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/custom_file.h')
-rw-r--r--newlib/libc/machine/spu/sys/custom_file.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/newlib/libc/machine/spu/sys/custom_file.h b/newlib/libc/machine/spu/sys/custom_file.h
deleted file mode 100644
index 60c0d2309..000000000
--- a/newlib/libc/machine/spu/sys/custom_file.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __CUSTOM_FILE_H__
-#define __CUSTOM_FILE_H__ 1
-
-/*
- * Cell SPE support
- */
-struct __sFILE_spu {
- int _fp; /* pseudo FILE pointer on PPE */
-};
-typedef struct __sFILE_spu __FILE;
-
-#endif /* __CUSTOM_FILE_H__ */
-