This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CYGPKG_LIBC_STDIO_FILEIO requires CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF


       Hi,

The FILEIO variant of vsnprintf fails if the
CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF option is disabled.


Regards,
  --Daniel


2004-12-08  Daniel Néri  <daniel.neri@sigicom.se>

	* cdl/stdio.cdl (CYGPKG_LIBC_STDIO_FILEIO): The FILEIO variant of
	vsnprintf breaks if CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF is disabled.


--- /tmp/stdio.cdl	Wed Dec  8 15:10:13 2004
+++ language/c/libc/stdio/current/cdl/stdio.cdl	Wed Dec  8 15:10:13 2004
@@ -387,6 +368,7 @@
 	display "Enable use of FILEIO package for IO operations."
 	active_if CYGPKG_IO_FILEIO
 	requires CYGSEM_LIBC_STDIO_WANT_BUFFERED_IO
+	requires CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF
 	calculated 1
         description "
                 This CDL exists to control how the standard I/O functions

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]