Mercurial > ecos
changeset 1860:5afec7d92550
* cdl/stdio.cdl (CYGPKG_LIBC_STDIO_FILEIO): The FILEIO variant of
vsnprintf breaks if CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF is disabled.
| author | asl |
|---|---|
| date | Wed, 15 Dec 2004 12:35:44 +0000 |
| parents | 1db64f508240 |
| children | 4a42c095c4fa |
| files | packages/language/c/libc/stdio/current/ChangeLog packages/language/c/libc/stdio/current/cdl/stdio.cdl |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,8 @@ +2004-12-08 Daniel Neri <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. + 2004-09-27 Jonathan Larmour <jifl@eCosCentric.com> * cdl/stdio.cdl (CYGFUN_LIBC_STDIO_OPEN_POSIX_FDFUNCS): New option,
--- a/packages/language/c/libc/stdio/current/cdl/stdio.cdl +++ b/packages/language/c/libc/stdio/current/cdl/stdio.cdl @@ -387,6 +387,7 @@ cdl_package CYGPKG_LIBC_STDIO { 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
