Add a stub getenv() implementation.
authorwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 09:55:52 +0000 (12:55 +0300)
committerwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 09:55:52 +0000 (12:55 +0300)
commit24463a168a84bdc4d8d8e5664ea211a4b91c6813
tree81bb0d713aebc0d402a8ba0391075a1055677233
parentb2710e437c57d61c80ff6780199cc3b61570cf44
Add a stub getenv() implementation.

This is not strictly necessary to build libunwind (it can
be built with -DNDEBUG), but it will be handy while it is
debugged.

It can be removed afterwards.
software/libbase/Makefile
software/libbase/environ.c [new file with mode: 0644]