Move __vsnprintf
Andreas Jaeger
aj@suse.de
Tue Feb 6 00:41:00 GMT 2001
Here's another internal function. Ok to commit?
Andreas
2001-02-06 Andreas Jaeger <aj@suse.de>
* libio/stdio.h: Move __vsnprintf from here to...
* include/stdio.h: ...here.
============================================================
Index: libio/stdio.h
--- libio/stdio.h 2001/01/28 09:36:21 1.68
+++ libio/stdio.h 2001/02/06 08:39:35
@@ -293,9 +293,6 @@
__const char *__restrict __format, ...)
__THROW __attribute__ ((__format__ (__printf__, 3, 4)));
-extern int __vsnprintf (char *__restrict __s, size_t __maxlen,
- __const char *__restrict __format, _G_va_list __arg)
- __THROW __attribute__ ((__format__ (__printf__, 3, 0)));
extern int vsnprintf (char *__restrict __s, size_t __maxlen,
__const char *__restrict __format, _G_va_list __arg)
__THROW __attribute__ ((__format__ (__printf__, 3, 0)));
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-hacker
mailing list