xiaoxiang781216 commented on PR #15579:
URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2601401288

   > > Does your solution share one errno.csv for all OS or have the seperate 
errno.csv for each OS? The complex of include/errno.csv and include/errno.h is 
almost same, so whether we can share the same errno.csv is a key point.
   > 
   > errno.csv only defines things for nuttx.
   > 
   
   So, why do we introduce errno.csv? It's more simple to modify errno.h 
directly to add/remove/change errno.
   
   > i have no plan to have csv files for other OSes. (linux, macos, etc) just 
because i don't see any needs for my purposes.
   
   Sorry, I still can't understand how csv could help to fix hostfs issue. With 
the current patchset, I don't see any benefit to generate errno.h from 
mkerrno.py and errno.csv.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to