Re: [PATCH 1/2] namespace.h: Reversed additional hidden names.

2019-05-06 Thread Sebastian Huber
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

[PATCH 1/2] namespace.h: Reversed additional hidden names.

2019-05-06 Thread Lou Woods
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

[PATCH 1/2] namespace.h: Reversed additional hidden names.

2019-05-03 Thread Lou Woods
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