freebsd-dev/lib/libnetmap
Vincenzo Maffione ab639bb287 libnetmap: reset errno in nmreq_register_decode()
The reset is necessary at the beginning of the function, because of
the errno logic in the error path (set errno to EINVAL if not set).
If errno is already set when calling the function, and the function
fails, the previous errno value will be inherited.
2021-04-02 14:31:57 +00:00
..
libnetmap.h netmap: several typo fixes 2021-04-02 07:01:20 +00:00
Makefile
nmctx-pthreads.c
nmctx.c libnetmap: add support for the offset features 2021-03-29 16:38:37 +00:00
nmport.c libnetmap: add support for the offset features 2021-03-29 16:38:37 +00:00
nmreq.c libnetmap: reset errno in nmreq_register_decode() 2021-04-02 14:31:57 +00:00