masayuki2009 opened a new pull request, #6709:
URL: https://github.com/apache/incubator-nuttx/pull/6709

   ## Summary
   
   - This PR contains the following commits
   - commit1: libs: spawn: Add forkaround for posix_spawn_file_actions_adddup2()
      - I noticed that adb shell failed when sh is spawned.
      - Finally, I found that an error happened when executing dup2() action
         if the file descriptor has the O_CLOEXEC option.
      - This commit fixes this issue by dropping the option in the API.
   - commit2: boards: sabre-6quad: Add adbd to netnsh/defconfig
   
   ## Impact
   
   - posix_spawn_file_actions_adddup2() only
   
   ## Testing
   
   - Tested with qemu-6.2
   
   


-- 
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