Mercurial > ecos
changeset 724:210950d0ee57
* cdl/stdio.cdl: Fix doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:27:48 +0000 |
| parents | 2875bb9ff6f3 |
| children | 10142e758de9 |
| 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 "
