Mercurial > ecos-v2_0-branch
changeset 714:ae236b9a995d
* cdl/stdio.cdl: Fix doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:27:48 +0000 |
| parents | b32d9e2620f5 |
| children | 152dc74993cf |
| files | packages/language/c/libc/stdio/current/ChangeLog packages/language/c/libc/stdio/current/cdl/stdio.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 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,7 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/stdio.cdl: Fix doc link. + 2003-02-15 Fabrice Gautier <Fabrice_Gautier@sdesigns.com> * include/stdio.inl (setbuf): Don't supply size with _IONBF.
--- a/packages/language/c/libc/stdio/current/cdl/stdio.cdl +++ b/packages/language/c/libc/stdio/current/cdl/stdio.cdl @@ -54,7 +54,7 @@ cdl_package CYGPKG_LIBC_STDIO { This package provides standard input/output functions associated with the header file <stdio.h> as specified by the ISO C standard - ISO/IEC 9899:1990." - doc redirect/the-iso-standard-c-and-math-libraries.html + doc ref/libc.html include_dir cyg/libc/stdio parent CYGPKG_LIBC requires CYGPKG_IO @@ -342,6 +342,7 @@ cdl_package CYGPKG_LIBC_STDIO { cdl_option CYGSEM_LIBC_STDIO_THREAD_SAFE_STREAMS { display "Thread safe I/O streams" + doc ref/libc-thread-safety.html requires CYGPKG_KERNEL default_value { 0 != CYGPKG_KERNEL } description "
