* elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
[deliverable/binutils-gdb.git] / libiberty / vsprintf.c
index bf0760cf6d38bb43dd07906b197153cd78103272..b69e9bc9ca6ec066220026ad1f9b9e1e2efd15d0 100644 (file)
@@ -3,7 +3,7 @@
    implementations of stdio; newer ones should already have vsprintf.
    Written by Per Bothner of Cygnus Support.
    Based on libg++'s "form" (written by Doug Lea; dl@rocky.oswego.edu).
-   Copyright (C) 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1995, 2002 Free Software Foundation, Inc.
 
 This file is part of the libiberty library.  This library is free
 software; you can redistribute it and/or modify it under the
@@ -31,6 +31,8 @@ the executable file might be covered by the GNU General Public License. */
 #include <ansidecl.h>
 #undef vsprintf
 
+#if defined _IOSTRG && defined _IOWRT
+
 int
 vsprintf (buf, format, ap)
      char *buf;
@@ -53,3 +55,5 @@ vsprintf (buf, format, ap)
   return ret;
 
 }
+
+#endif
This page took 0.023195 seconds and 4 git commands to generate.