Mercurial > nand-ecoscentric
changeset 1591:634e666b376d
* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
| author | jlarmour |
|---|---|
| date | Thu, 15 Apr 2004 01:21:59 +0000 |
| parents | e22af842f671 |
| children | a9676dbe50b5 |
| files | packages/templates/all/ChangeLog packages/templates/all/current.ect packages/templates/default/ChangeLog packages/templates/default/current.ect packages/templates/net/ChangeLog packages/templates/net/current.ect packages/templates/old_net/ChangeLog packages/templates/old_net/current.ect packages/templates/uitron/ChangeLog packages/templates/uitron/current.ect |
| diffstat | 10 files changed, 64 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/all/ChangeLog +++ b/packages/templates/all/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> + + * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER + and CYGBLD_ISO_STDIO_FILEPOS_HEADER. + 2003-04-29 Andrew Lunn <andrew.lunn@ascom.ch> * current.ect: Use the new FreeBSD stack instead of the older
--- a/packages/templates/all/current.ect +++ b/packages/templates/all/current.ect @@ -236,3 +236,11 @@ cdl_option CYGBLD_ISO_OPEN_MAX_HEADER { cdl_option CYGBLD_ISO_NAME_MAX_HEADER { inferred_value 1 <cyg/fileio/limits.h> }; + +cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +}; + +cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +};
--- a/packages/templates/default/ChangeLog +++ b/packages/templates/default/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> + + * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER + and CYGBLD_ISO_STDIO_FILEPOS_HEADER. + 2001-11-27 Jonathan Larmour <jlarmour@redhat.com> current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
--- a/packages/templates/default/current.ect +++ b/packages/templates/default/current.ect @@ -127,3 +127,11 @@ cdl_option CYGBLD_ISO_STDIO_STREAMS_HEAD cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { inferred_value 1 <cyg/libc/string/bsdstring.h> }; + +cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +}; + +cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +};
--- a/packages/templates/net/ChangeLog +++ b/packages/templates/net/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> + + * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER + and CYGBLD_ISO_STDIO_FILEPOS_HEADER. + 2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> * Added the Simple Network Time Protocol (SNTP) Client
--- a/packages/templates/net/current.ect +++ b/packages/templates/net/current.ect @@ -228,3 +228,11 @@ cdl_option CYGBLD_ISO_NETDB_SERV_HEADER cdl_component CYGPKG_KERNEL_THREADS_DESTRUCTORS { inferred_value 1 }; + +cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +}; + +cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +};
--- a/packages/templates/old_net/ChangeLog +++ b/packages/templates/old_net/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> + + * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER + and CYGBLD_ISO_STDIO_FILEPOS_HEADER. + 2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch> * Added the Simple Network Time Protocol (SNTP) Client
--- a/packages/templates/old_net/current.ect +++ b/packages/templates/old_net/current.ect @@ -229,3 +229,10 @@ cdl_component CYGPKG_KERNEL_THREADS_DEST inferred_value 1 }; +cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +}; + +cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +};
--- a/packages/templates/uitron/ChangeLog +++ b/packages/templates/uitron/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> + + * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER + and CYGBLD_ISO_STDIO_FILEPOS_HEADER. + 2001-11-27 Jonathan Larmour <jlarmour@redhat.com> current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
--- a/packages/templates/uitron/current.ect +++ b/packages/templates/uitron/current.ect @@ -127,8 +127,14 @@ cdl_option CYGBLD_ISO_SETJMP_HEADER { inferred_value 1 <cyg/libc/setjmp/setjmp.h> }; - - cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { inferred_value 1 <cyg/libc/string/bsdstring.h> }; + +cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +}; + +cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER { + inferred_value 1 <cyg/libc/stdio/stdio.h> +};
