Joel, any idea where killinfo came from?
On Tue, Apr 12, 2016 at 2:02 AM, Sebastian Huber
wrote:
> Apparently killinfo() is not defined by POSIX, glibc or FreeBSD. Rename
> killinfo() to _POSIX_signals_Send() to cleary mark it as an internal
> function.
> ---
> cpukit/posix/include/rtems/posix/
On Apr 12, 2016 8:09 AM, "Gedare Bloom" wrote:
>
> Joel, any idea where killinfo came from?
I was wondering the same thing this morning. I have old POSIX specs on
paper at the office but if it isn't around now, killing it isn't a bad
idea.
I can't find any reference to it now either.
> On Tue,
Apparently killinfo() is not defined by POSIX, glibc or FreeBSD. Rename
killinfo() to _POSIX_signals_Send() to cleary mark it as an internal
function.
---
cpukit/posix/include/rtems/posix/psignalimpl.h | 2 +-
cpukit/posix/src/kill.c| 2 +-
cpukit/posix/src/kill_r.c