mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 11:23:34 +08:00
f3c85bd253
Added stubbed implementations of getpwuid, getpwuid_r, getpwnam, and getpwnam_r. These functions are essentially stubs pretending that NuttX supported users and that the only configured user in the system was 'root' with uid 0. The intend is not to provide meaningful new features, but to ease porting of foreign source code to NuttX.