From 0b99cbf7b9ee0801805bc113e71a23ed9ec6ca89 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 25 May 2012 22:50:30 +0200 Subject: [PATCH] software/libbase: provide getenv declaration --- software/include/base/stdlib.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/software/include/base/stdlib.h b/software/include/base/stdlib.h index 7d2e2508..a31093ad 100644 --- a/software/include/base/stdlib.h +++ b/software/include/base/stdlib.h @@ -52,4 +52,10 @@ unsigned int rand(void); void srand(unsigned int seed); void abort(void); +/* + * The following functions are not provided by this library. + */ + +char *getenv(const char *name); + #endif /* __STDLIB_H */ -- 2.30.2