pussuw commented on PR #6248: URL: https://github.com/apache/incubator-nuttx/pull/6248#issuecomment-1124856359
> I just was trying to say that `lib_exit.c` vs `lib_Exit.c` only matters on case insensitive file systems, so was thinking that we can rename to lower case and extend it will additional implementation further. But again I'm fine with adding the `_`. Yes, that will be the final target. https://github.com/apache/incubator-nuttx/pull/6197/commits/5494d6fe640ee79176186a63379a60d0ff3d2bc4#diff-f6fbc7f42fb5fdcc14dda6a35008d4dca82afa8bcf73f7e8e0df9055e9e0d646 We unfortunately need the intermediate step of renaming, because temporarily there will be libc_exit.c and libc_Exit.c (this will be removed) and like you said, on some systems this causes a naming conflict. This is why I renamed libc_Exit -> libc__Exit.c -- 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