mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-01 20:03:52 +08:00

FreeBSD adds an _ prefix to a number of libc symbols so they can switch from threaded to non-threaded libraries. We don't have that distinction and don't need this. Unfortunately, they also explicitly use the _ prefixed names of some methods. So we fix this in our version of namespace.h