mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:53:25 +08:00
b04da1892e
The new API is defined by GNU and implemented in other LibCs, such as Musl. This also modifies API of obstack_blank_fast and obstack_1grow_fast. These are defined as returning void and thus return value here is incompatibility with other implementations.