From 9d13fb2413921c713f83efe331e8e4d219c62c6b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Dec 2005 15:06:39 +0000 Subject: Moved to csu/errno-loc.c. --- sysdeps/generic/environ.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sysdeps/generic/environ.c (limited to 'sysdeps/generic/environ.c') diff --git a/sysdeps/generic/environ.c b/sysdeps/generic/environ.c deleted file mode 100644 index a0ed0d8..0000000 --- a/sysdeps/generic/environ.c +++ /dev/null @@ -1,12 +0,0 @@ -/* This file just defines the `__environ' variable (and alias `environ'). */ - -#include -#include - -/* This must be initialized; we cannot have a weak alias into bss. */ -char **__environ = NULL; -weak_alias (__environ, environ) - -/* The SVR4 ABI says `_environ' will be the name to use - in case the user overrides the weak alias `environ'. */ -weak_alias (__environ, _environ) -- cgit v1.1