diff options
Diffstat (limited to 'libc/stdlib/getenv.c')
-rw-r--r-- | libc/stdlib/getenv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdlib/getenv.c b/libc/stdlib/getenv.c index e0193e223..d5db1785c 100644 --- a/libc/stdlib/getenv.c +++ b/libc/stdlib/getenv.c @@ -8,9 +8,6 @@ #include <unistd.h> #include <stdlib.h> -/* libc_hidden_proto(getenv) */ -/* Experimentally off - libc_hidden_proto(memcmp) */ -/* Experimentally off - libc_hidden_proto(strlen) */ /* IEEE Std 1003.1-2001 says getenv need not be thread safe, so * don't bother locking access to __environ */ |