[PATCH v4] cpukit/librcxx: Add a C++ thread interface with attributes
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Oct 5 07:36:14 UTC 2020
On 03/10/2020 08:23, chrisj at rtems.org wrote:
> diff --git a/cpukit/include/rtems/c++/error b/cpukit/include/rtems/c++/error
> new file mode 100644
> index 0000000000..8b9d875e0f
> --- /dev/null
> +++ b/cpukit/include/rtems/c++/error
> @@ -0,0 +1,65 @@
> +/* -*- C++ -*-
> + * SPDX-License-Identifier: BSD-2-Clause
> + *
> + * Copyright (C) 2020 Chris Johns (http://contemporary.software)
> + *
> + * Redistribution and use in source and binary forms, with or without
> + * modification, are permitted provided that the following conditions
> + * are met:
Could you please use the new file template:
https://docs.rtems.org/branches/master/eng/coding-file-hdr.html#c-c-header-file-template
Do we really need editor-specific comments in the header files? Maybe
just use a *.h or *.hpp header file name?
More information about the devel
mailing list