zephyr/lib
Vincent Wan 3609e261bb net: sockets: move fcntl back to socket_offload.c
We are reverting the changes in commit
55b3f05932 given build errors are seen
when fcntl.h is included, as it declares fcntl() as a non-static
function. The same function cannot be declared as both static and
non-static.

Instead, we avoid redefining fcntl() in lib/os/fdtable.c specifically
for case of the SimpleLink family, til we have support for the new
socket_op_vtable.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2019-03-20 11:36:18 -05:00
..
cmsis_rtos_v1 all: Update reserved function names 2019-03-11 13:48:42 -04:00
cmsis_rtos_v2 all: Update reserved function names 2019-03-11 13:48:42 -04:00
gui kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
libc libc: newlib: Cleanup/fix setting of system include paths 2019-03-13 06:50:23 -05:00
os net: sockets: move fcntl back to socket_offload.c 2019-03-20 11:36:18 -05:00
posix all: Update reserved function names 2019-03-11 13:48:42 -04:00
CMakeLists.txt lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
Kconfig lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00