On Thu, Aug 13, 2020 at 7:52 AM Sebastian Huber < [email protected]> wrote:
> On 13/08/2020 14:49, Joel Sherrill wrote: > > > Why was crypt() removed? It is in the FreeBSD version at the bottom of > > the file. > > > > https://github.com/freebsd/freebsd/blob/master/lib/libcrypt/crypt.c > It is not thread-safe. > Doh! But it is standards compliant. And this would seem to violate the rules of source transparency in the way the code was removed. If you wanted to disable it, it should have been wrapped in ifndef __rtems__. --joel
_______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
