In article <pine.neb.4.64.1804160545130.11...@speedy.whooppee.com>,
Paul Goyette  <p...@whooppee.com> wrote:
>On Mon, 16 Apr 2018, matthew green wrote:
>
>> m...@netbsd.org writes:
>>> __BEGIN_DECLS? was that accessible from userland?
>>
>> __BEGIN_DECLS in netbsd is entirely for userland -- it is an
>> really for C++ and we don't do C++ in the kernel (please ignore
>> the libunwind behind the curtain :-).
>
>I'm failing to parse...
>
>Should I use __BEGIN_DECLS ... __END_DECLS here?  Or not?  (It looks 
>like the code on HEAD does use these macros...)
>
>The functions being declared will _not_ be used from userland.

They work either way and since the kernel does not use c++ they expand to
nothing.

christos

Reply via email to