On 06/05/2019 19:39, Lou Woods wrote:
+#define _selectselect
The use of select() in RTEMS is a bit dangerous due to small FD_SETSIZE.
If it is used, then you should make sure that it works with an arbitrary
maximum number of file descriptors.
--
Sebastian Hub
From: Lou Woods
These hidden names were unresolved external symbols in
libbsd when loaded by the RTL.
The symbols _nanosleep, _accept, _select, and _listen are used
by rcmd.c and needed to be mapped to the correct name.
These symbols were removed from un-namespace.h as well.
---
freebsd/lib/lib
From: Lou Woods
These hidden names were unresolved external symbols in
libbsd when loaded by the RTL.
The symbols _nanosleep, _accept, _select, and _listen are used
by rcmd.c and needed to be mapped to the correct name.
These symbols were removed from un-namespace.h as well.
---
freebsd/lib/lib