summaryrefslogtreecommitdiff
path: root/arch/um/include/tempfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/tempfile.h')
-rw-r--r--arch/um/include/tempfile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/include/tempfile.h b/arch/um/include/tempfile.h
deleted file mode 100644
index d441eac936b..00000000000
--- a/arch/um/include/tempfile.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __TEMPFILE_H__
-#define __TEMPFILE_H__
-
-extern int make_tempfile(const char *template, char **tempname, int do_unlink);
-
-#endif