util/os_socket: Add socket related functions.
authorRafael Antognolli <rafael.antognolli@intel.com>
Wed, 11 Dec 2019 23:01:11 +0000 (15:01 -0800)
committerRafael Antognolli <rafael.antognolli@intel.com>
Fri, 13 Dec 2019 20:53:44 +0000 (20:53 +0000)
commitef5266ebd50e7fa65c56bdb623e12ca8c233b470
tree1062691faa9a327023d4f65036e11eb57a393dd2
parentc327245257b1ecb155026f811da9dd985a7751a8
util/os_socket: Add socket related functions.

v3:
 - Add os_socket.c/h into Makefile.sources (Lionel)
 - Add empty non-linux implementation to public functions.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/util/Makefile.sources
src/util/meson.build
src/util/os_socket.c [new file with mode: 0644]
src/util/os_socket.h [new file with mode: 0644]