cuiziweizw opened a new pull request, #19008:
URL: https://github.com/apache/nuttx/pull/19008

   ## Summary
   
   Add declarations for `dpopen()` and `dpclose()` to `unistd.h`. These are
   the descriptor-based counterparts of `popen()`/`pclose()` declared in
   `stdio.h`. The implementation lives in `apps/system/popen/dpopen.c`.
   
   This is the header-side change. The implementation, no-shell mode support,
   and tests are in the companion apps PR:
   apache/nuttx-apps#__APPS_PR__
   
   ## Impact
   
   Header-only change; declares two new public interfaces.
   
   ## Testing
   
   Built and tested together with the apps-side changes (see companion PR).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to