GUIDINGLI commented on PR #10338: URL: https://github.com/apache/nuttx/pull/10338#issuecomment-1687912746
> isn't this GPL'ed? > > btw, some of existing macros in this file looks like a copy-and-paste from linux to me. eg. #6926 is there a non-GPL upstream i'm not aware of? First, list operation is a common method, anyone write the list are virtually the same. list_first_entry list_last_entry already in our code and name is same with Linux. and also list_init, list_delete, list_add, list_xxx are the common name, not only the Linux. -- 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]
