Re: machine/param.h Leak of non-standard methods to Application Space

2018-10-18 Thread Joel Sherrill
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

Re: machine/param.h Leak of non-standard methods to Application Space

2018-10-17 Thread Sebastian Huber
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

machine/param.h Leak of non-standard methods to Application Space

2018-10-17 Thread Joel Sherrill
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