On Thu, Oct 18, 2018 at 12:08 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 17/10/2018 17:04, Joel Sherrill wrote:
> > Hi
> >
> > We are updating the port of a large third party framework and ran
> > into an issue where what I would think are BSD kernel methods
> > leak into
On 17/10/2018 17:04, Joel Sherrill wrote:
Hi
We are updating the port of a large third party framework and ran
into an issue where what I would think are BSD kernel methods
leak into application space. All but one of the methods is used
by rtems-libbsd code.
I think the following in needs to b
Hi
We are updating the port of a large third party framework and ran
into an issue where what I would think are BSD kernel methods
leak into application space. All but one of the methods is used
by rtems-libbsd code.
I think the following in needs to be protected by
an _KERNEL ifdef.
Does that