zephyr/include/net
Szymon Janc b5c7b1baca net: buf: Fix compilation with newlib libc
newlib is declaring __unused in cdef.h which was conflicting with
__unused member in struct net_buf. Use _unused name instead.

In file included from /work/Zephyr/project/zephyr-project/net/buf.c:27:0:
include/net/buf.h:38:14: error: declaration does not declare anything
    [-Werror]
           int __unused;
               ^
cc1: all warnings being treated as errors

Change-Id: I2df189a4d4aee0f982c2d28d24847052f6168d45
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:25:31 -05:00
..
buf.h net: buf: Fix compilation with newlib libc 2016-02-05 20:25:31 -05:00
ip_buf.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
l2_buf.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
net_core.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
net_ip.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
net_socket.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
tinydtls.h checkpatch: error - trailing_whitespace 2016-02-05 20:24:33 -05:00