2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / lib / mkstemp.c
index eabee0c..57ee228 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2001, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 1999, 2001, 2005, 2006, 2007 Free Software Foundation, Inc.
    This file is derived from the one in the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
 
 #if !_LIBC
 # include <config.h>
-# include "mkstemp.h"
-int __gen_tempname ();
 #endif
 
-#include <stdio.h>
 #include <stdlib.h>
 
+#if !_LIBC
+# include "tempname.h"
+# define __gen_tempname gen_tempname
+# define __GT_FILE GT_FILE
+#endif
+
+#include <stdio.h>
+
 #ifndef __GT_FILE
 # define __GT_FILE 0
 #endif