summaryrefslogtreecommitdiffstats
path: root/arch/ppc/chrpboot/nonstdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/chrpboot/nonstdio.h')
-rw-r--r--arch/ppc/chrpboot/nonstdio.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/ppc/chrpboot/nonstdio.h b/arch/ppc/chrpboot/nonstdio.h
deleted file mode 100644
index 664b8384a..000000000
--- a/arch/ppc/chrpboot/nonstdio.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (C) Paul Mackerras 1997.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-typedef int FILE;
-extern FILE *stdin, *stdout;
-#define NULL ((void *)0)
-#define EOF (-1)
-#define fopen(n, m) NULL
-#define fflush(f) 0
-#define fclose(f) 0
-extern char *fgets();
-
-#define perror(s) printf("%s: no files!\n", (s))