[PATCH 4/7] rtems: Deprecate <rtems/system.h>

Joel Sherrill joel at rtems.org
Tue May 5 15:05:58 UTC 2020


Doesn't all the deprecation impact user documentation?

On Tue, May 5, 2020 at 9:23 AM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:

> Close #3972.
> ---
>  cpukit/include/rtems/system.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
> index 23d805d0bc..8019717bc2 100644
> --- a/cpukit/include/rtems/system.h
> +++ b/cpukit/include/rtems/system.h
> @@ -22,6 +22,10 @@
>
>  #include <rtems/score/cpu.h>
>
> +#ifndef _RTEMS_H
> +#warning "This header file is deprecated and will be removed in RTEMS 6"
> +#endif
> +
>  /**
>   *  @defgroup RTEMSScoreSystem System Information
>   *
> --
> 2.16.4
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200505/53380a92/attachment.html>


More information about the devel mailing list