summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio64/local64.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio64/local64.h')
-rw-r--r--newlib/libc/stdio64/local64.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/newlib/libc/stdio64/local64.h b/newlib/libc/stdio64/local64.h
deleted file mode 100644
index b1ed1dcbb..000000000
--- a/newlib/libc/stdio64/local64.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Information local to this implementation of stdio64,
- * in particular, macros and private variables.
- */
-
-#include "local.h"
-
-#ifdef __LARGE64_FILES
-extern fpos64_t _EXFUN(__sseek64,(void *, fpos64_t, int));
-extern fpos64_t _EXFUN(__sseek64_error,(void *, fpos64_t, int));
-extern _READ_WRITE_RETURN_TYPE _EXFUN(__swrite64,(void *, char const *, int));
-#endif
-