From f25d4ff93494d5ed05c47f280f7711853eacec0f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 10 Jan 2007 13:36:34 +0000 Subject: * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP. * bucomm.c (template_in_dir): New function, split out from.. (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP. (make_tempdir): Use template_in_dir. Handle directory creation when !HAVE_MKDTEMP. * objcopy.c (MKDIR): Don't define. (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix error message. --- binutils/bucomm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'binutils/bucomm.h') diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 99dbcfca00..c46932d270 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -200,9 +200,7 @@ int display_info (void); void print_arelt_descr (FILE *, bfd *, bfd_boolean); char *make_tempname (char *); -#if defined(HAVE_MKDTEMP) char *make_tempdir (char *); -#endif bfd_vma parse_vma (const char *, const char *); -- cgit v1.2.1