jlaitine commented on PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#issuecomment-1153824111
Just one more comment on this; unsetenv is a posix interface, which should return "success" if the environment variable is not set (i.e. it already doesn't exist). So Implementation of "unsetenv" has been broken at some point in NuttX, since it now return error if unsetting an non-existing variable -- 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