You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/hal
Romain Naour a7d744d55d use <poll.h> instead of <sys/poll.h>
The manpage of poll(2) states that the prototype of poll is defined
in <poll.h>. Use that header file instead of <sys/poll.h> to allow
compilation against musl-libc.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
(cherry picked from v1.4 branch commit 4cad505fc9)
5 years ago
..
ethernet use <poll.h> instead of <sys/poll.h> 5 years ago
filesystem - added Socket_activateTcpKeepAlive function 7 years ago
inc - added UDP support to socket layer 6 years ago
memory - moved lib_memory to hal project 7 years ago
serial - make: fixed dynamic library name for win64 (see github #129) 7 years ago
socket - linux/windows socket: close socket when connect fails in Socket_connectAsync 5 years ago
thread - merged latest changes to the server reporting module from 1.3 branch 7 years ago
time - HAL: added new functions to handle system time with nanosecond resolution 6 years ago
tls/mbedtls - TLS: fixed memory leak when TLS authentication fails 6 years ago
CMakeLists.txt - integrate HAL functions in iec61850.dll 5 years ago